Html Css Color HEX #A9D2EA Sail

📋 copy color: '#A9D2EA'

red 169 ◦ green 210 ◦ blue 234

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

Shades of Sail #A9D2EA

Tints of Sail #A9D2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 27.57%
G = 34.26%
B = 38.17%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9D2EA (or 0xA9D2EA) is known color: Sail. HEX triplet: A9, D2 and EA. RGB value is (169,210,234). Sum of RGB (Red+Green+Blue) = 169+210+234=613 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.57% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D2EA is #562D15. Grayscale: #C8C8C8. Windows color (decimal): -5647638 or 15389353. OLE color: 15389353.

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

Color convert

RGB 169 210 234 -
CMYK 0.28 0.10 0 0.08
HSL 202.15º 0.61% 0.79% -
HSV(B) 202.15º 0.28% 0.92% -
XYZ 54.26 60.47 86.65 -
YUV 200.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 169 210 234 0.28 0.10 0 0.08 202.15 0.61 0.79
Hex A9 D2 EA 1C A 0 8 CA 3D 4F
Octal 251 322 352 34 12 0 10 312 75 117
Binary 10101001 11010010 11101010 11100 1010 0 1000 11001010 111101 1001111

Color Harmonies of #A9D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D2EA

Black with #A9D2EA

Text Example


Text Example

White with #A9D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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