Html Css Color HEX #C2E8D4 Aero Blue

📋 copy color: '#C2E8D4'

red 194 ◦ green 232 ◦ blue 212

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

Shades of Aero Blue #C2E8D4

Tints of Aero Blue #C2E8D4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.36%

 BLUE value IS 212 (83.2% from 255) = 33.23%

R = 30.41%
G = 36.36%
B = 33.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#C2E8D4 (or 0xC2E8D4) is known color: Aero Blue. HEX triplet: C2, E8 and D4. RGB value is (194,232,212). Sum of RGB (Red+Green+Blue) = 194+232+212=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E8D4 is #3D172B. Grayscale: #DADADA. Windows color (decimal): -4003628 or 13953218. OLE color: 13953218.

HSL color Cylindrical-coordinate representation of color #C2E8D4: hue angle of 148.42º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E8D4 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 232 212 -
CMYK 0.16 0 0.09 0.09
HSL 148.42º 0.45% 0.84% -
HSV(B) 148.42º 0.16% 0.91% -
XYZ 62.99 73.94 73.24 -
YUV 218.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 194 232 212 0.16 0 0.09 0.09 148.42 0.45 0.84
Hex C2 E8 D4 10 0 9 9 94 2D 54
Octal 302 350 324 20 0 11 11 224 55 124
Binary 11000010 11101000 11010100 10000 0 1001 1001 10010100 101101 1010100

Color Harmonies of #C2E8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E8D4

Black with #C2E8D4

Text Example


Text Example

White with #C2E8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E8D4; }

 p { color: rgb(194,232,212); }

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

background-color css

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

 a { background-color: rgb(194,232,212); }

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

border-color css

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

 span { border-color: rgb(194,232,212); }

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