Html Css Color HEX #C2DECE Aero Blue

📋 copy color: '#C2DECE'

red 194 ◦ green 222 ◦ blue 206

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

Shades of Aero Blue #C2DECE

Tints of Aero Blue #C2DECE

RGB

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

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

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

R = 31.19%
G = 35.69%
B = 33.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C2DECE (or 0xC2DECE) is known color: Aero Blue. HEX triplet: C2, DE and CE. RGB value is (194,222,206). Sum of RGB (Red+Green+Blue) = 194+222+206=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DECE is #3D2131. Grayscale: #D3D3D3. Windows color (decimal): -4006194 or 13557442. OLE color: 13557442.

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

Color convert

RGB 194 222 206 -
CMYK 0.13 0 0.07 0.13
HSL 145.71º 0.3% 0.82% -
HSV(B) 145.71º 0.13% 0.87% -
XYZ 59.51 68.17 68.41 -
YUV 211.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 194 222 206 0.13 0 0.07 0.13 145.71 0.3 0.82
Hex C2 DE CE D 0 7 D 92 1E 52
Octal 302 336 316 15 0 7 15 222 36 122
Binary 11000010 11011110 11001110 1101 0 111 1101 10010010 11110 1010010

Color Harmonies of #C2DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DECE

Black with #C2DECE

Text Example


Text Example

White with #C2DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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