Html Css Color HEX #C0E3CF Aero Blue

📋 copy color: '#C0E3CF'

red 192 ◦ green 227 ◦ blue 207

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

Shades of Aero Blue #C0E3CF

Tints of Aero Blue #C0E3CF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.26%

 BLUE value IS 207 (81.25% from 255) = 33.07%

R = 30.67%
G = 36.26%
B = 33.07%

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

#C0E3CF (or 0xC0E3CF) is known color: Aero Blue. HEX triplet: C0, E3 and CF. RGB value is (192,227,207). Sum of RGB (Red+Green+Blue) = 192+227+207=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3CF is #3F1C30. Grayscale: #D6D6D6. Windows color (decimal): -4135985 or 13624256. OLE color: 13624256.

HSL color Cylindrical-coordinate representation of color #C0E3CF: hue angle of 145.71º degrees, saturation: 0.38, 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 #C0E3CF is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 207 -
CMYK 0.15 0 0.09 0.11
HSL 145.71º 0.38% 0.82% -
HSV(B) 145.71º 0.15% 0.89% -
XYZ 60.47 70.65 69.48 -
YUV 214.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 192 227 207 0.15 0 0.09 0.11 145.71 0.38 0.82
Hex C0 E3 CF F 0 9 B 92 26 52
Octal 300 343 317 17 0 11 13 222 46 122
Binary 11000000 11100011 11001111 1111 0 1001 1011 10010010 100110 1010010

Color Harmonies of #C0E3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E3CF

Black with #C0E3CF

Text Example


Text Example

White with #C0E3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E3CF; }

 p { color: rgb(192,227,207); }

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

background-color css

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

 a { background-color: rgb(192,227,207); }

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

border-color css

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

 span { border-color: rgb(192,227,207); }

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