#C8FBDD

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

Shades of Aero Blue #C8FBDD

Tints of Aero Blue #C8FBDD

Color information

#C8FBDD (or 0xC8FBDD) is unknown color: approx Aero Blue. HEX triplet: C8, FB and DD. RGB value is (200,251,221). Sum of RGB (Red+Green+Blue) = 200+251+221=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBDD is #370422. Grayscale: #E8E8E8. Windows color (decimal): -3605539 or 14547912. OLE color: 14547912.

HSL color Cylindrical-coordinate representation of color #C8FBDD: hue angle of 144.71º degrees, saturation: 0.86, 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 #C8FBDD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB200251221-
CMYK0.2000.120.02
HSL144.71º86.44%88.43%-
HSV(B)144.71º20.32%98.43%-
XYZ71.3786.4981.34-
YUV232.33121.6104.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=29.76%
G=37.35%
B=32.89%

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
Decimal2002512210.2000.120.02144.7186.4488.43
HexC8FBDD140C2915658
Octal310373335240142221126130
Binary1100100011111011110111011010001100101001000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FBDD; }

 p { color: rgb(200,251,221); }

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

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

 a { background-color: rgb(200,251,221); }

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

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

 span { border-color: rgb(200,251,221); }

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