Html Css Color HEX #C9DAD1 Aero Blue

📋 copy color: '#C9DAD1'

red 201 ◦ green 218 ◦ blue 209

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

Shades of Aero Blue #C9DAD1

Tints of Aero Blue #C9DAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

 BLUE value IS 209 (82.03% from 255) = 33.28%

R = 32.01%
G = 34.71%
B = 33.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#C9DAD1 (or 0xC9DAD1) is known color: Aero Blue. HEX triplet: C9, DA and D1. RGB value is (201,218,209). Sum of RGB (Red+Green+Blue) = 201+218+209=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD1 is #36252E. Grayscale: #D3D3D3. Windows color (decimal): -3548463 or 13753033. OLE color: 13753033.

HSL color Cylindrical-coordinate representation of color #C9DAD1: hue angle of 148.24º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DAD1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 209 -
CMYK 0.08 0 0.04 0.15
HSL 148.24º 0.19% 0.82% -
HSV(B) 148.24º 0.08% 0.85% -
XYZ 60.67 67.16 70.09 -
YUV 211.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 201 218 209 0.08 0 0.04 0.15 148.24 0.19 0.82
Hex C9 DA D1 8 0 4 F 94 13 52
Octal 311 332 321 10 0 4 17 224 23 122
Binary 11001001 11011010 11010001 1000 0 100 1111 10010100 10011 1010010

Color Harmonies of #C9DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAD1

Black with #C9DAD1

Text Example


Text Example

White with #C9DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAD1; }

 p { color: rgb(201,218,209); }

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

background-color css

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

 a { background-color: rgb(201,218,209); }

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

border-color css

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

 span { border-color: rgb(201,218,209); }

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