Html Css Color HEX #A9C9DD Sail

📋 copy color: '#A9C9DD'

red 169 ◦ green 201 ◦ blue 221

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

Shades of Sail #A9C9DD

Tints of Sail #A9C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.01%

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 28.6%
G = 34.01%
B = 37.39%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9C9DD (or 0xA9C9DD) is known color: Sail. HEX triplet: A9, C9 and DD. RGB value is (169,201,221). Sum of RGB (Red+Green+Blue) = 169+201+221=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9DD is #563622. Grayscale: #C1C1C1. Windows color (decimal): -5649955 or 14535081. OLE color: 14535081.

HSL color Cylindrical-coordinate representation of color #A9C9DD: hue angle of 203.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9C9DD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 201 221 -
CMYK 0.24 0.09 0 0.13
HSL 203.08º 0.43% 0.76% -
HSV(B) 203.08º 0.24% 0.87% -
XYZ 50.3 55.43 76.45 -
YUV 193.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 169 201 221 0.24 0.09 0 0.13 203.08 0.43 0.76
Hex A9 C9 DD 18 9 0 D CB 2B 4C
Octal 251 311 335 30 11 0 15 313 53 114
Binary 10101001 11001001 11011101 11000 1001 0 1101 11001011 101011 1001100

Color Harmonies of #A9C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C9DD

Black with #A9C9DD

Text Example


Text Example

White with #A9C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C9DD; }

 p { color: rgb(169,201,221); }

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

background-color css

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

 a { background-color: rgb(169,201,221); }

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

border-color css

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

 span { border-color: rgb(169,201,221); }

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