Html Css Color HEX #C2E8D7 Aero Blue

📋 copy color: '#C2E8D7'

red 194 ◦ green 232 ◦ blue 215

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

Shades of Aero Blue #C2E8D7

Tints of Aero Blue #C2E8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.54%

R = 30.27%
G = 36.19%
B = 33.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#C2E8D7 (or 0xC2E8D7) is known color: Aero Blue. HEX triplet: C2, E8 and D7. RGB value is (194,232,215). Sum of RGB (Red+Green+Blue) = 194+232+215=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E8D7 is #3D1728. Grayscale: #DADADA. Windows color (decimal): -4003625 or 14149826. OLE color: 14149826.

HSL color Cylindrical-coordinate representation of color #C2E8D7: hue angle of 153.16º 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 #C2E8D7 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 232 215 -
CMYK 0.16 0 0.07 0.09
HSL 153.16º 0.45% 0.84% -
HSV(B) 153.16º 0.16% 0.91% -
XYZ 63.37 74.09 75.25 -
YUV 218.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 194 232 215 0.16 0 0.07 0.09 153.16 0.45 0.84
Hex C2 E8 D7 10 0 7 9 99 2D 54
Octal 302 350 327 20 0 7 11 231 55 124
Binary 11000010 11101000 11010111 10000 0 111 1001 10011001 101101 1010100

Color Harmonies of #C2E8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E8D7

Black with #C2E8D7

Text Example


Text Example

White with #C2E8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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