#A8D5E2

Color #A8D5E2 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A8D5E2

Tints of French Pass #A8D5E2

Color information

#A8D5E2 (or 0xA8D5E2) is unknown color: approx French Pass. HEX triplet: A8, D5 and E2. RGB value is (168,213,226). Sum of RGB (Red+Green+Blue) = 168+213+226=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #A8D5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5E2 is #572A1D. Grayscale: #C8C8C8. Windows color (decimal): -5712414 or 14865832. OLE color: 14865832.

HSL color Cylindrical-coordinate representation of color #A8D5E2: hue angle of 193.45º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8D5E2 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168213226-
CMYK0.260.0600.11
HSL193.45º50%77.25%-
HSV(B)193.45º25.66%88.63%-
XYZ53.6761.480.98-
YUV201.03142.09104.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=27.68%
G=35.09%
B=37.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682132260.260.0600.11193.455077.25
HexA8D5E21A60Bc1324d
Octal25032534232601330162115
Binary1010100011010101111000101101011001011110000011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D5E2; }

 p { color: rgb(168,213,226); }

 H1.HeaderClassName
 {
   color: #A8D5E2;
 }
 .AnyTagClassName
 {
   color: #A8D5E2;
 }
</style>
background-color css

<style>
 a { background-color: #A8D5E2; }

 a { background-color: rgb(168,213,226); }

 div.DivClassName
 {
   background-color: #A8D5E2;
 }
 .BgClassName
 {
   background-color: #A8D5E2;
 }
</style>
border-color css

<style>
 span { border-color: #A8D5E2; }

 span { border-color: rgb(168,213,226); }

 td.TdClassName
 {
   border-color: #A8D5E2;
 }
 .TagClassName
 {
   border-color: #A8D5E2;
 }
</style>