Html Css Color HEX #C9DCD2 Aero Blue

📋 copy color: '#C9DCD2'

red 201 ◦ green 220 ◦ blue 210

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

Shades of Aero Blue #C9DCD2

Tints of Aero Blue #C9DCD2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.87%

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

R = 31.85%
G = 34.87%
B = 33.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C9DCD2 (or 0xC9DCD2) is known color: Aero Blue. HEX triplet: C9, DC and D2. RGB value is (201,220,210). Sum of RGB (Red+Green+Blue) = 201+220+210=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD2 is #36232D. Grayscale: #D5D5D5. Windows color (decimal): -3547950 or 13819081. OLE color: 13819081.

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

Color convert

RGB 201 220 210 -
CMYK 0.09 0 0.05 0.14
HSL 148.42º 0.21% 0.83% -
HSV(B) 148.42º 0.09% 0.86% -
XYZ 61.31 68.26 70.92 -
YUV 213.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 201 220 210 0.09 0 0.05 0.14 148.42 0.21 0.83
Hex C9 DC D2 9 0 5 E 94 15 53
Octal 311 334 322 11 0 5 16 224 25 123
Binary 11001001 11011100 11010010 1001 0 101 1110 10010100 10101 1010011

Color Harmonies of #C9DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCD2

Black with #C9DCD2

Text Example


Text Example

White with #C9DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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