Html Css Color HEX #C9DED2 Aero Blue

📋 copy color: '#C9DED2'

red 201 ◦ green 222 ◦ blue 210

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

Shades of Aero Blue #C9DED2

Tints of Aero Blue #C9DED2

RGB

 RED value IS 201 (78.91% from 255) = 31.75%

 GREEN value IS 222 (87.11% from 255) = 35.07%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 31.75%
G = 35.07%
B = 33.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#C9DED2 (or 0xC9DED2) is known color: Aero Blue. HEX triplet: C9, DE and D2. RGB value is (201,222,210). Sum of RGB (Red+Green+Blue) = 201+222+210=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DED2 is #36212D. Grayscale: #D6D6D6. Windows color (decimal): -3547438 or 13819593. OLE color: 13819593.

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

Color convert

RGB 201 222 210 -
CMYK 0.09 0 0.05 0.13
HSL 145.71º 0.24% 0.83% -
HSV(B) 145.71º 0.09% 0.87% -
XYZ 61.84 69.31 71.09 -
YUV 214.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 201 222 210 0.09 0 0.05 0.13 145.71 0.24 0.83
Hex C9 DE D2 9 0 5 D 92 18 53
Octal 311 336 322 11 0 5 15 222 30 123
Binary 11001001 11011110 11010010 1001 0 101 1101 10010010 11000 1010011

Color Harmonies of #C9DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DED2

Black with #C9DED2

Text Example


Text Example

White with #C9DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DED2; }

 p { color: rgb(201,222,210); }

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

background-color css

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

 a { background-color: rgb(201,222,210); }

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

border-color css

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

 span { border-color: rgb(201,222,210); }

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