Html Css Color HEX #C0EED3 Aero Blue

📋 copy color: '#C0EED3'

red 192 ◦ green 238 ◦ blue 211

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

Shades of Aero Blue #C0EED3

Tints of Aero Blue #C0EED3

RGB

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

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

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

R = 29.95%
G = 37.13%
B = 32.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C0EED3 (or 0xC0EED3) is known color: Aero Blue. HEX triplet: C0, EE and D3. RGB value is (192,238,211). Sum of RGB (Red+Green+Blue) = 192+238+211=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EED3 is #3F112C. Grayscale: #DDDDDD. Windows color (decimal): -4133165 or 13889216. OLE color: 13889216.

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

Color convert

RGB 192 238 211 -
CMYK 0.19 0 0.11 0.07
HSL 144.78º 0.58% 0.84% -
HSV(B) 144.78º 0.19% 0.93% -
XYZ 64.07 77.06 73.12 -
YUV 221.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 192 238 211 0.19 0 0.11 0.07 144.78 0.58 0.84
Hex C0 EE D3 13 0 B 7 91 3A 54
Octal 300 356 323 23 0 13 7 221 72 124
Binary 11000000 11101110 11010011 10011 0 1011 111 10010001 111010 1010100

Color Harmonies of #C0EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EED3

Black with #C0EED3

Text Example


Text Example

White with #C0EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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