#C8FCDC

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

Shades of Aero Blue #C8FCDC

Tints of Aero Blue #C8FCDC

Color information

#C8FCDC (or 0xC8FCDC) is unknown color: approx Aero Blue. HEX triplet: C8, FC and DC. RGB value is (200,252,220). Sum of RGB (Red+Green+Blue) = 200+252+220=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCDC is #370323. Grayscale: #E8E8E8. Windows color (decimal): -3605284 or 14482632. OLE color: 14482632.

HSL color Cylindrical-coordinate representation of color #C8FCDC: hue angle of 143.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCDC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB200252220-
CMYK0.2100.130.01
HSL143.08º89.66%88.63%-
HSV(B)143.08º20.63%98.82%-
XYZ71.5587.0780.74-
YUV232.8120.77104.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=29.76%
G=37.5%
B=32.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002522200.2100.130.01143.0889.6688.63
HexC8FCDC150D18f5a59
Octal310374334250151217132131
Binary110010001111110011011100101010110111000111110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FCDC; }

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

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

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

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

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

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

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

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