Html Css Color HEX #A9D2ED Sail

📋 copy color: '#A9D2ED'

red 169 ◦ green 210 ◦ blue 237

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

Shades of Sail #A9D2ED

Tints of Sail #A9D2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 27.44%
G = 34.09%
B = 38.47%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9D2ED (or 0xA9D2ED) is known color: Sail. HEX triplet: A9, D2 and ED. RGB value is (169,210,237). Sum of RGB (Red+Green+Blue) = 169+210+237=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9D2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D2ED is #562D12. Grayscale: #C8C8C8. Windows color (decimal): -5647635 or 15585961. OLE color: 15585961.

HSL color Cylindrical-coordinate representation of color #A9D2ED: hue angle of 203.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D2ED is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 210 237 -
CMYK 0.29 0.11 0 0.07
HSL 203.82º 0.65% 0.8% -
HSV(B) 203.82º 0.29% 0.93% -
XYZ 54.69 60.64 88.94 -
YUV 200.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 169 210 237 0.29 0.11 0 0.07 203.82 0.65 0.8
Hex A9 D2 ED 1D B 0 7 CC 41 50
Octal 251 322 355 35 13 0 7 314 101 120
Binary 10101001 11010010 11101101 11101 1011 0 111 11001100 1000001 1010000

Color Harmonies of #A9D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D2ED

Black with #A9D2ED

Text Example


Text Example

White with #A9D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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