Html Css Color HEX #C0E2CE Aero Blue

📋 copy color: '#C0E2CE'

red 192 ◦ green 226 ◦ blue 206

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

Shades of Aero Blue #C0E2CE

Tints of Aero Blue #C0E2CE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.22%

 BLUE value IS 206 (80.86% from 255) = 33.01%

R = 30.77%
G = 36.22%
B = 33.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#C0E2CE (or 0xC0E2CE) is known color: Aero Blue. HEX triplet: C0, E2 and CE. RGB value is (192,226,206). Sum of RGB (Red+Green+Blue) = 192+226+206=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2CE is #3F1D31. Grayscale: #D5D5D5. Windows color (decimal): -4136242 or 13558464. OLE color: 13558464.

HSL color Cylindrical-coordinate representation of color #C0E2CE: hue angle of 144.71º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E2CE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 226 206 -
CMYK 0.15 0 0.09 0.11
HSL 144.71º 0.37% 0.82% -
HSV(B) 144.71º 0.15% 0.89% -
XYZ 60.08 70.06 68.75 -
YUV 213.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 192 226 206 0.15 0 0.09 0.11 144.71 0.37 0.82
Hex C0 E2 CE F 0 9 B 91 25 52
Octal 300 342 316 17 0 11 13 221 45 122
Binary 11000000 11100010 11001110 1111 0 1001 1011 10010001 100101 1010010

Color Harmonies of #C0E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E2CE

Black with #C0E2CE

Text Example


Text Example

White with #C0E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E2CE; }

 p { color: rgb(192,226,206); }

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

background-color css

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

 a { background-color: rgb(192,226,206); }

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

border-color css

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

 span { border-color: rgb(192,226,206); }

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