#C8EFDB

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

Shades of Aero Blue #C8EFDB

Tints of Aero Blue #C8EFDB

Color information

#C8EFDB (or 0xC8EFDB) is unknown color: approx Aero Blue. HEX triplet: C8, EF and DB. RGB value is (200,239,219). Sum of RGB (Red+Green+Blue) = 200+239+219=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFDB is #371024. Grayscale: #E1E1E1. Windows color (decimal): -3608613 or 14413768. OLE color: 14413768.

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

Color convert

RGB200239219-
CMYK0.1600.080.06
HSL149.23º54.93%86.08%-
HSV(B)149.23º16.32%93.73%-
XYZ67.4779.1378.73-
YUV225.06124.58110.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.40%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=30.40%
G=36.32%
B=33.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002392190.1600.080.06149.2354.9386.08
HexC8EFDB10086953756
Octal31035733320010622567126
Binary1100100011101111110110111000001000110100101011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFDB; }

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

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

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

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

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

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

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

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