Html Css Color HEX #C2EED5 Aero Blue

📋 copy color: '#C2EED5'

red 194 ◦ green 238 ◦ blue 213

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

Shades of Aero Blue #C2EED5

Tints of Aero Blue #C2EED5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.9%

 BLUE value IS 213 (83.59% from 255) = 33.02%

R = 30.08%
G = 36.9%
B = 33.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C2EED5 (or 0xC2EED5) is known color: Aero Blue. HEX triplet: C2, EE and D5. RGB value is (194,238,213). Sum of RGB (Red+Green+Blue) = 194+238+213=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EED5 is #3D112A. Grayscale: #DEDEDE. Windows color (decimal): -4002091 or 14020290. OLE color: 14020290.

HSL color Cylindrical-coordinate representation of color #C2EED5: hue angle of 145.91º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EED5 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 238 213 -
CMYK 0.18 0 0.11 0.07
HSL 145.91º 0.56% 0.85% -
HSV(B) 145.91º 0.18% 0.93% -
XYZ 64.83 77.42 74.48 -
YUV 221.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 194 238 213 0.18 0 0.11 0.07 145.91 0.56 0.85
Hex C2 EE D5 12 0 B 7 92 38 55
Octal 302 356 325 22 0 13 7 222 70 125
Binary 11000010 11101110 11010101 10010 0 1011 111 10010010 111000 1010101

Color Harmonies of #C2EED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EED5

Black with #C2EED5

Text Example


Text Example

White with #C2EED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EED5; }

 p { color: rgb(194,238,213); }

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

background-color css

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

 a { background-color: rgb(194,238,213); }

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

border-color css

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

 span { border-color: rgb(194,238,213); }

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