Html Css Color HEX #C4DCD1 Aero Blue

📋 copy color: '#C4DCD1'

red 196 ◦ green 220 ◦ blue 209

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

Shades of Aero Blue #C4DCD1

Tints of Aero Blue #C4DCD1

RGB

 RED value IS 196 (76.95% from 255) = 31.36%

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

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

R = 31.36%
G = 35.2%
B = 33.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C4DCD1 (or 0xC4DCD1) is known color: Aero Blue. HEX triplet: C4, DC and D1. RGB value is (196,220,209). Sum of RGB (Red+Green+Blue) = 196+220+209=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCD1 is #3B232E. Grayscale: #D3D3D3. Windows color (decimal): -3875631 or 13753540. OLE color: 13753540.

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

Color convert

RGB 196 220 209 -
CMYK 0.11 0 0.05 0.14
HSL 152.5º 0.26% 0.82% -
HSV(B) 152.5º 0.11% 0.86% -
XYZ 59.87 67.53 70.2 -
YUV 211.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 196 220 209 0.11 0 0.05 0.14 152.5 0.26 0.82
Hex C4 DC D1 B 0 5 E 98 1A 52
Octal 304 334 321 13 0 5 16 230 32 122
Binary 11000100 11011100 11010001 1011 0 101 1110 10011000 11010 1010010

Color Harmonies of #C4DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCD1

Black with #C4DCD1

Text Example


Text Example

White with #C4DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCD1; }

 p { color: rgb(196,220,209); }

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

background-color css

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

 a { background-color: rgb(196,220,209); }

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

border-color css

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

 span { border-color: rgb(196,220,209); }

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