Html Css Color HEX #C2EDD9 Aero Blue

📋 copy color: '#C2EDD9'

red 194 ◦ green 237 ◦ blue 217

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

Shades of Aero Blue #C2EDD9

Tints of Aero Blue #C2EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

 BLUE value IS 217 (85.16% from 255) = 33.49%

R = 29.94%
G = 36.57%
B = 33.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C2EDD9 (or 0xC2EDD9) is known color: Aero Blue. HEX triplet: C2, ED and D9. RGB value is (194,237,217). Sum of RGB (Red+Green+Blue) = 194+237+217=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDD9 is #3D1226. Grayscale: #DDDDDD. Windows color (decimal): -4002343 or 14282178. OLE color: 14282178.

HSL color Cylindrical-coordinate representation of color #C2EDD9: hue angle of 152.09º degrees, saturation: 0.54, 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 #C2EDD9 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 217 -
CMYK 0.18 0 0.08 0.07
HSL 152.09º 0.54% 0.85% -
HSV(B) 152.09º 0.18% 0.93% -
XYZ 65.06 77.05 77.09 -
YUV 221.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 194 237 217 0.18 0 0.08 0.07 152.09 0.54 0.85
Hex C2 ED D9 12 0 8 7 98 36 55
Octal 302 355 331 22 0 10 7 230 66 125
Binary 11000010 11101101 11011001 10010 0 1000 111 10011000 110110 1010101

Color Harmonies of #C2EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDD9

Black with #C2EDD9

Text Example


Text Example

White with #C2EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDD9; }

 p { color: rgb(194,237,217); }

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

background-color css

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

 a { background-color: rgb(194,237,217); }

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

border-color css

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

 span { border-color: rgb(194,237,217); }

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