Html Css Color HEX #C2ECD2 Aero Blue

📋 copy color: '#C2ECD2'

red 194 ◦ green 236 ◦ blue 210

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

Shades of Aero Blue #C2ECD2

Tints of Aero Blue #C2ECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 30.31%
G = 36.88%
B = 32.81%

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

#C2ECD2 (or 0xC2ECD2) is known color: Aero Blue. HEX triplet: C2, EC and D2. RGB value is (194,236,210). Sum of RGB (Red+Green+Blue) = 194+236+210=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD2 is #3D132D. Grayscale: #DCDCDC. Windows color (decimal): -4002606 or 13823170. OLE color: 13823170.

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

Color convert

RGB 194 236 210 -
CMYK 0.18 0 0.11 0.07
HSL 142.86º 0.53% 0.84% -
HSV(B) 142.86º 0.18% 0.93% -
XYZ 63.88 76.11 72.3 -
YUV 220.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 194 236 210 0.18 0 0.11 0.07 142.86 0.53 0.84
Hex C2 EC D2 12 0 B 7 8F 34 54
Octal 302 354 322 22 0 13 7 217 64 124
Binary 11000010 11101100 11010010 10010 0 1011 111 10001111 110100 1010100

Color Harmonies of #C2ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECD2

Black with #C2ECD2

Text Example


Text Example

White with #C2ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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