Html Css Color HEX #C0EED2 Aero Blue

📋 copy color: '#C0EED2'

red 192 ◦ green 238 ◦ blue 210

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

Shades of Aero Blue #C0EED2

Tints of Aero Blue #C0EED2

RGB

 RED value IS 192 (75.39% from 255) = 30%

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

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

R = 30%
G = 37.19%
B = 32.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#C0EED2 (or 0xC0EED2) is known color: Aero Blue. HEX triplet: C0, EE and D2. RGB value is (192,238,210). Sum of RGB (Red+Green+Blue) = 192+238+210=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EED2 is #3F112D. Grayscale: #DDDDDD. Windows color (decimal): -4133166 or 13823680. OLE color: 13823680.

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

Color convert

RGB 192 238 210 -
CMYK 0.19 0 0.12 0.07
HSL 143.48º 0.58% 0.84% -
HSV(B) 143.48º 0.19% 0.93% -
XYZ 63.95 77.01 72.47 -
YUV 221.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 192 238 210 0.19 0 0.12 0.07 143.48 0.58 0.84
Hex C0 EE D2 13 0 C 7 8F 3A 54
Octal 300 356 322 23 0 14 7 217 72 124
Binary 11000000 11101110 11010010 10011 0 1100 111 10001111 111010 1010100

Color Harmonies of #C0EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EED2

Black with #C0EED2

Text Example


Text Example

White with #C0EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EED2; }

 p { color: rgb(192,238,210); }

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

background-color css

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

 a { background-color: rgb(192,238,210); }

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

border-color css

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

 span { border-color: rgb(192,238,210); }

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