#A9D4F3

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

Shades of Sail #A9D4F3

Tints of Sail #A9D4F3

Color information

#A9D4F3 (or 0xA9D4F3) is unknown color: approx Sail. HEX triplet: A9, D4 and F3. RGB value is (169,212,243). Sum of RGB (Red+Green+Blue) = 169+212+243=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9D4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D4F3 is #562B0C. Grayscale: #CACACA. Windows color (decimal): -5647117 or 15979689. OLE color: 15979689.

HSL color Cylindrical-coordinate representation of color #A9D4F3: hue angle of 205.14º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D4F3 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169212243-
CMYK0.300.1300.05
HSL205.14º75.51%80.78%-
HSV(B)205.14º30.45%95.29%-
XYZ56.0861.9993.8-
YUV202.68150.75103.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.08%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=27.08%
G=33.97%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692122430.300.1300.05205.1475.5180.78
HexA9D4F31ED05cd4c51
Octal251324363361505315114121
Binary10101001110101001111001111110110101011100110110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D4F3; }

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

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

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

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

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

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

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

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