Html Css Color HEX #C0E3D6 Aero Blue

📋 copy color: '#C0E3D6'

red 192 ◦ green 227 ◦ blue 214

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

Shades of Aero Blue #C0E3D6

Tints of Aero Blue #C0E3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.81%

R = 30.33%
G = 35.86%
B = 33.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#C0E3D6 (or 0xC0E3D6) is known color: Aero Blue. HEX triplet: C0, E3 and D6. RGB value is (192,227,214). Sum of RGB (Red+Green+Blue) = 192+227+214=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3D6 is #3F1C29. Grayscale: #D7D7D7. Windows color (decimal): -4135978 or 14083008. OLE color: 14083008.

HSL color Cylindrical-coordinate representation of color #C0E3D6: hue angle of 157.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 #C0E3D6 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 214 -
CMYK 0.15 0 0.06 0.11
HSL 157.71º 0.38% 0.82% -
HSV(B) 157.71º 0.15% 0.89% -
XYZ 61.34 71 74.09 -
YUV 215.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 192 227 214 0.15 0 0.06 0.11 157.71 0.38 0.82
Hex C0 E3 D6 F 0 6 B 9E 26 52
Octal 300 343 326 17 0 6 13 236 46 122
Binary 11000000 11100011 11010110 1111 0 110 1011 10011110 100110 1010010

Color Harmonies of #C0E3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E3D6

Black with #C0E3D6

Text Example


Text Example

White with #C0E3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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