#C6EFDB

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

Shades of Aero Blue #C6EFDB

Tints of Aero Blue #C6EFDB

Color information

#C6EFDB (or 0xC6EFDB) is unknown color: approx Aero Blue. HEX triplet: C6, EF and DB. RGB value is (198,239,219). Sum of RGB (Red+Green+Blue) = 198+239+219=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EFDB is #391024. Grayscale: #E0E0E0. Windows color (decimal): -3739685 or 14413766. OLE color: 14413766.

HSL color Cylindrical-coordinate representation of color #C6EFDB: hue angle of 150.73º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6EFDB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB198239219-
CMYK0.1700.080.06
HSL150.73º56.16%85.69%-
HSV(B)150.73º17.15%93.73%-
XYZ66.9478.8578.71-
YUV224.46124.92109.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.18%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=30.18%
G=36.43%
B=33.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982392190.1700.080.06150.7356.1685.69
HexC6EFDB11086973856
Octal30635733321010622770126
Binary1100011011101111110110111000101000110100101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EFDB; }

 p { color: rgb(198,239,219); }

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

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

 a { background-color: rgb(198,239,219); }

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

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

 span { border-color: rgb(198,239,219); }

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