#C8F7DB

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

Shades of Aero Blue #C8F7DB

Tints of Aero Blue #C8F7DB

Color information

#C8F7DB (or 0xC8F7DB) is unknown color: approx Aero Blue. HEX triplet: C8, F7 and DB. RGB value is (200,247,219). Sum of RGB (Red+Green+Blue) = 200+247+219=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F7DB is #370824. Grayscale: #E5E5E5. Windows color (decimal): -3606565 or 14415816. OLE color: 14415816.

HSL color Cylindrical-coordinate representation of color #C8F7DB: hue angle of 144.26º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F7DB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB200247219-
CMYK0.1900.110.03
HSL144.26º74.6%87.65%-
HSV(B)144.26º19.03%96.86%-
XYZ69.8783.9279.53-
YUV229.76121.93106.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 247 (96.88% from 255) = 37.09%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=30.03%
G=37.09%
B=32.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002472190.1900.110.03144.2674.687.65
HexC8F7DB130B3904b58
Octal310367333230133220113130
Binary1100100011110111110110111001101011111001000010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F7DB; }

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

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

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

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

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

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

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

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