Html Css Color HEX #C2ECD4 Aero Blue

📋 copy color: '#C2ECD4'

red 194 ◦ green 236 ◦ blue 212

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

Shades of Aero Blue #C2ECD4

Tints of Aero Blue #C2ECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.76%

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

R = 30.22%
G = 36.76%
B = 33.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#C2ECD4 (or 0xC2ECD4) is known color: Aero Blue. HEX triplet: C2, EC and D4. RGB value is (194,236,212). Sum of RGB (Red+Green+Blue) = 194+236+212=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD4 is #3D132B. Grayscale: #DCDCDC. Windows color (decimal): -4002604 or 13954242. OLE color: 13954242.

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

Color convert

RGB 194 236 212 -
CMYK 0.18 0 0.10 0.07
HSL 145.71º 0.53% 0.84% -
HSV(B) 145.71º 0.18% 0.93% -
XYZ 64.13 76.21 73.62 -
YUV 220.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 194 236 212 0.18 0 0.10 0.07 145.71 0.53 0.84
Hex C2 EC D4 12 0 A 7 92 34 54
Octal 302 354 324 22 0 12 7 222 64 124
Binary 11000010 11101100 11010100 10010 0 1010 111 10010010 110100 1010100

Color Harmonies of #C2ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECD4

Black with #C2ECD4

Text Example


Text Example

White with #C2ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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