Html Css Color HEX #A9CEEA Sail

📋 copy color: '#A9CEEA'

red 169 ◦ green 206 ◦ blue 234

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

Shades of Sail #A9CEEA

Tints of Sail #A9CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.83%

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

R = 27.75%
G = 33.83%
B = 38.42%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9CEEA (or 0xA9CEEA) is known color: Sail. HEX triplet: A9, CE and EA. RGB value is (169,206,234). Sum of RGB (Red+Green+Blue) = 169+206+234=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CEEA is #563115. Grayscale: #C5C5C5. Windows color (decimal): -5648662 or 15388329. OLE color: 15388329.

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

Color convert

RGB 169 206 234 -
CMYK 0.28 0.12 0 0.08
HSL 205.85º 0.61% 0.79% -
HSV(B) 205.85º 0.28% 0.92% -
XYZ 53.28 58.52 86.33 -
YUV 198.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 169 206 234 0.28 0.12 0 0.08 205.85 0.61 0.79
Hex A9 CE EA 1C C 0 8 CE 3D 4F
Octal 251 316 352 34 14 0 10 316 75 117
Binary 10101001 11001110 11101010 11100 1100 0 1000 11001110 111101 1001111

Color Harmonies of #A9CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CEEA

Black with #A9CEEA

Text Example


Text Example

White with #A9CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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