#A9D4EA

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

Shades of Sail #A9D4EA

Tints of Sail #A9D4EA

Color information

#A9D4EA (or 0xA9D4EA) is unknown color: approx Sail. HEX triplet: A9, D4 and EA. RGB value is (169,212,234). Sum of RGB (Red+Green+Blue) = 169+212+234=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9D4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D4EA is #562B15. Grayscale: #C9C9C9. Windows color (decimal): -5647126 or 15389865. OLE color: 15389865.

HSL color Cylindrical-coordinate representation of color #A9D4EA: hue angle of 200.31º 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 #A9D4EA is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169212234-
CMYK0.280.0900.08
HSL200.31º60.75%79.02%-
HSV(B)200.31º27.78%91.76%-
XYZ54.7661.4686.82-
YUV201.65146.25104.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.48%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=27.48%
G=34.47%
B=38.05%

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
Decimal1692122340.280.0900.08200.3160.7579.02
HexA9D4EA1C908c83d4f
Octal251324352341101031075117
Binary10101001110101001110101011100100101000110010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D4EA; }

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

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

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

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

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

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

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

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