#C8F9DB

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

Shades of Aero Blue #C8F9DB

Tints of Aero Blue #C8F9DB

Color information

#C8F9DB (or 0xC8F9DB) is unknown color: approx Aero Blue. HEX triplet: C8, F9 and DB. RGB value is (200,249,219). Sum of RGB (Red+Green+Blue) = 200+249+219=668 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.94% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F9DB is #370624. Grayscale: #E7E7E7. Windows color (decimal): -3606053 or 14416328. OLE color: 14416328.

HSL color Cylindrical-coordinate representation of color #C8F9DB: hue angle of 143.27º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8F9DB is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB200249219-
CMYK0.2000.120.02
HSL143.27º80.33%88.04%-
HSV(B)143.27º19.68%97.65%-
XYZ70.4885.1579.74-
YUV230.93121.27105.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.94%
GREEN value IS 249 (97.66% from 255) = 37.28%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=29.94%
G=37.28%
B=32.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002492190.2000.120.02143.2780.3388.04
HexC8F9DB140C28f5058
Octal310371333240142217120130
Binary1100100011111001110110111010001100101000111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F9DB; }

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

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

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

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

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

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

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

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