Html Css Color HEX #C2ECD3 Aero Blue

📋 copy color: '#C2ECD3'

red 194 ◦ green 236 ◦ blue 211

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

Shades of Aero Blue #C2ECD3

Tints of Aero Blue #C2ECD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.92%

R = 30.27%
G = 36.82%
B = 32.92%

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

#C2ECD3 (or 0xC2ECD3) is known color: Aero Blue. HEX triplet: C2, EC and D3. RGB value is (194,236,211). Sum of RGB (Red+Green+Blue) = 194+236+211=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD3 is #3D132C. Grayscale: #DCDCDC. Windows color (decimal): -4002605 or 13888706. OLE color: 13888706.

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

Color convert

RGB 194 236 211 -
CMYK 0.18 0 0.11 0.07
HSL 144.29º 0.53% 0.84% -
HSV(B) 144.29º 0.18% 0.93% -
XYZ 64 76.16 72.96 -
YUV 220.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 194 236 211 0.18 0 0.11 0.07 144.29 0.53 0.84
Hex C2 EC D3 12 0 B 7 90 34 54
Octal 302 354 323 22 0 13 7 220 64 124
Binary 11000010 11101100 11010011 10010 0 1011 111 10010000 110100 1010100

Color Harmonies of #C2ECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECD3

Black with #C2ECD3

Text Example


Text Example

White with #C2ECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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