#C8FBDC

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

Shades of Aero Blue #C8FBDC

Tints of Aero Blue #C8FBDC

Color information

#C8FBDC (or 0xC8FBDC) is unknown color: approx Aero Blue. HEX triplet: C8, FB and DC. RGB value is (200,251,220). Sum of RGB (Red+Green+Blue) = 200+251+220=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBDC is #370423. Grayscale: #E8E8E8. Windows color (decimal): -3605540 or 14482376. OLE color: 14482376.

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

Color convert

RGB200251220-
CMYK0.2000.120.02
HSL143.53º86.44%88.43%-
HSV(B)143.53º20.32%98.43%-
XYZ71.2386.4480.64-
YUV232.22121.1105.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.81%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=29.81%
G=37.41%
B=32.79%

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
Decimal2002512200.2000.120.02143.5386.4488.43
HexC8FBDC140C2905658
Octal310373334240142220126130
Binary1100100011111011110111001010001100101001000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FBDC; }

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

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

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

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

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

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

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

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