Html Css Color HEX #C2DDCE Aero Blue

📋 copy color: '#C2DDCE'

red 194 ◦ green 221 ◦ blue 206

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

Shades of Aero Blue #C2DDCE

Tints of Aero Blue #C2DDCE

RGB

 RED value IS 194 (76.17% from 255) = 31.24%

 GREEN value IS 221 (86.72% from 255) = 35.59%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 31.24%
G = 35.59%
B = 33.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C2DDCE (or 0xC2DDCE) is known color: Aero Blue. HEX triplet: C2, DD and CE. RGB value is (194,221,206). Sum of RGB (Red+Green+Blue) = 194+221+206=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCE is #3D2231. Grayscale: #D3D3D3. Windows color (decimal): -4006450 or 13557186. OLE color: 13557186.

HSL color Cylindrical-coordinate representation of color #C2DDCE: hue angle of 146.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDCE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 206 -
CMYK 0.12 0 0.07 0.13
HSL 146.67º 0.28% 0.81% -
HSV(B) 146.67º 0.12% 0.87% -
XYZ 59.25 67.64 68.33 -
YUV 211.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 194 221 206 0.12 0 0.07 0.13 146.67 0.28 0.81
Hex C2 DD CE C 0 7 D 93 1C 51
Octal 302 335 316 14 0 7 15 223 34 121
Binary 11000010 11011101 11001110 1100 0 111 1101 10010011 11100 1010001

Color Harmonies of #C2DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDCE

Black with #C2DDCE

Text Example


Text Example

White with #C2DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDCE; }

 p { color: rgb(194,221,206); }

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

background-color css

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

 a { background-color: rgb(194,221,206); }

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

border-color css

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

 span { border-color: rgb(194,221,206); }

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