#C8FFDD

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

Shades of Aero Blue #C8FFDD

Tints of Aero Blue #C8FFDD

Color information

#C8FFDD (or 0xC8FFDD) is unknown color: approx Aero Blue. HEX triplet: C8, FF and DD. RGB value is (200,255,221). Sum of RGB (Red+Green+Blue) = 200+255+221=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFDD is #370022. Grayscale: #EAEAEA. Windows color (decimal): -3604515 or 14548936. OLE color: 14548936.

HSL color Cylindrical-coordinate representation of color #C8FFDD: hue angle of 142.91º 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 #C8FFDD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB200255221-
CMYK0.2200.130
HSL142.91º100%89.22%-
HSV(B)142.91º21.57%100%-
XYZ72.6389.0281.76-
YUV234.68120.28103.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.59%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=29.59%
G=37.72%
B=32.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002552210.2200.130142.9110089.22
HexC8FFDD160D08f6459
Octal310377335260150217144131
Binary110010001111111111011101101100110101000111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFDD; }

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

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

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

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

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

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

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

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