Html Css Color HEX #A9D2EB Sail

📋 copy color: '#A9D2EB'

red 169 ◦ green 210 ◦ blue 235

#A9D2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #A9D2EB

Tints of Sail #A9D2EB

RGB

 RED value IS 169 (66.41% from 255) = 27.52%

 GREEN value IS 210 (82.42% from 255) = 34.2%

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 27.52%
G = 34.2%
B = 38.27%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9D2EB (or 0xA9D2EB) is known color: Sail. HEX triplet: A9, D2 and EB. RGB value is (169,210,235). Sum of RGB (Red+Green+Blue) = 169+210+235=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D2EB is #562D14. Grayscale: #C8C8C8. Windows color (decimal): -5647637 or 15454889. OLE color: 15454889.

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

Color convert

RGB 169 210 235 -
CMYK 0.28 0.11 0 0.08
HSL 202.73º 0.62% 0.79% -
HSV(B) 202.73º 0.28% 0.92% -
XYZ 54.4 60.53 87.41 -
YUV 200.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 169 210 235 0.28 0.11 0 0.08 202.73 0.62 0.79
Hex A9 D2 EB 1C B 0 8 CB 3E 4F
Octal 251 322 353 34 13 0 10 313 76 117
Binary 10101001 11010010 11101011 11100 1011 0 1000 11001011 111110 1001111

Color Harmonies of #A9D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D2EB

Black with #A9D2EB

Text Example


Text Example

White with #A9D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D2EB; }

 p { color: rgb(169,210,235); }

 H1.HeaderClassName
 {
   color: #A9D2EB;
 }
 .AnyTagClassName
 {
   color: #A9D2EB;
 }
</style>

background-color css

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

 a { background-color: rgb(169,210,235); }

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

border-color css

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

 span { border-color: rgb(169,210,235); }

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