#C0F8DB

Color #C0F8DB Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C0F8DB

Tints of Aero Blue #C0F8DB

Color information

#C0F8DB (or 0xC0F8DB) is unknown color: approx Aero Blue. HEX triplet: C0, F8 and DB. RGB value is (192,248,219). Sum of RGB (Red+Green+Blue) = 192+248+219=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8DB is #3F0724. Grayscale: #E4E4E4. Windows color (decimal): -4130597 or 14416064. OLE color: 14416064.

HSL color Cylindrical-coordinate representation of color #C0F8DB: hue angle of 148.93º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8DB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB192248219-
CMYK0.2300.120.03
HSL148.93º80%86.27%-
HSV(B)148.93º22.58%97.25%-
XYZ68.0983.4679.54-
YUV227.95122.95102.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.14%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=29.14%
G=37.63%
B=33.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922482190.2300.120.03148.938086.27
HexC0F8DB170C3955056
Octal300370333270143225120126
Binary1100000011111000110110111011101100111001010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8DB; }

 p { color: rgb(192,248,219); }

 H1.HeaderClassName
 {
   color: #C0F8DB;
 }
 .AnyTagClassName
 {
   color: #C0F8DB;
 }
</style>
background-color css

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

 a { background-color: rgb(192,248,219); }

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

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

 span { border-color: rgb(192,248,219); }

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