#A8D4EA

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

Shades of Sail #A8D4EA

Tints of Sail #A8D4EA

Color information

#A8D4EA (or 0xA8D4EA) is unknown color: approx Sail. HEX triplet: A8, D4 and EA. RGB value is (168,212,234). Sum of RGB (Red+Green+Blue) = 168+212+234=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8D4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D4EA is #572B15. Grayscale: #C9C9C9. Windows color (decimal): -5712662 or 15389864. OLE color: 15389864.

HSL color Cylindrical-coordinate representation of color #A8D4EA: hue angle of 200º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8D4EA is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168212234-
CMYK0.280.0900.08
HSL200º61.11%78.82%-
HSV(B)200º28.21%91.76%-
XYZ54.5461.3586.81-
YUV201.35146.42104.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.36%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=27.36%
G=34.53%
B=38.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682122340.280.0900.0820061.1178.82
HexA8D4EA1C908c83d4f
Octal250324352341101031075117
Binary10101000110101001110101011100100101000110010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4EA; }

 p { color: rgb(168,212,234); }

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

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

 a { background-color: rgb(168,212,234); }

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

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

 span { border-color: rgb(168,212,234); }

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