Html Css Color HEX #C2E0CE Aero Blue

📋 copy color: '#C2E0CE'

red 194 ◦ green 224 ◦ blue 206

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

Shades of Aero Blue #C2E0CE

Tints of Aero Blue #C2E0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

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

R = 31.09%
G = 35.9%
B = 33.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#C2E0CE (or 0xC2E0CE) is known color: Aero Blue. HEX triplet: C2, E0 and CE. RGB value is (194,224,206). Sum of RGB (Red+Green+Blue) = 194+224+206=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0CE is #3D1F31. Grayscale: #D5D5D5. Windows color (decimal): -4005682 or 13557954. OLE color: 13557954.

HSL color Cylindrical-coordinate representation of color #C2E0CE: hue angle of 144º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2E0CE is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 206 -
CMYK 0.13 0 0.08 0.12
HSL 144º 0.33% 0.82% -
HSV(B) 144º 0.13% 0.88% -
XYZ 60.04 69.24 68.59 -
YUV 212.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 194 224 206 0.13 0 0.08 0.12 144 0.33 0.82
Hex C2 E0 CE D 0 8 C 90 21 52
Octal 302 340 316 15 0 10 14 220 41 122
Binary 11000010 11100000 11001110 1101 0 1000 1100 10010000 100001 1010010

Color Harmonies of #C2E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0CE

Black with #C2E0CE

Text Example


Text Example

White with #C2E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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