#C8FFDC

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

Shades of Aero Blue #C8FFDC

Tints of Aero Blue #C8FFDC

Color information

#C8FFDC (or 0xC8FFDC) is unknown color: approx Aero Blue. HEX triplet: C8, FF and DC. RGB value is (200,255,220). Sum of RGB (Red+Green+Blue) = 200+255+220=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFDC is #370023. Grayscale: #EAEAEA. Windows color (decimal): -3604516 or 14483400. OLE color: 14483400.

HSL color Cylindrical-coordinate representation of color #C8FFDC: hue angle of 141.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFDC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB200255220-
CMYK0.2200.140
HSL141.82º100%89.22%-
HSV(B)141.82º21.57%100%-
XYZ72.588.9781.06-
YUV234.57119.78103.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.63%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=29.63%
G=37.78%
B=32.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002552200.2200.140141.8210089.22
HexC8FFDC160E08e6459
Octal310377334260160216144131
Binary110010001111111111011100101100111001000111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFDC; }

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

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

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

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

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

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

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

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