#C8FCDD

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

Shades of Aero Blue #C8FCDD

Tints of Aero Blue #C8FCDD

Color information

#C8FCDD (or 0xC8FCDD) is unknown color: approx Aero Blue. HEX triplet: C8, FC and DD. RGB value is (200,252,221). Sum of RGB (Red+Green+Blue) = 200+252+221=673 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.72% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCDD is #370322. Grayscale: #E8E8E8. Windows color (decimal): -3605283 or 14548168. OLE color: 14548168.

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

Color convert

RGB200252221-
CMYK0.2100.120.01
HSL144.23º89.66%88.63%-
HSV(B)144.23º20.63%98.82%-
XYZ71.6887.1281.44-
YUV232.92121.27104.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.72%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=29.72%
G=37.44%
B=32.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002522210.2100.120.01144.2389.6688.63
HexC8FCDD150C1905a59
Octal310374335250141220132131
Binary110010001111110011011101101010110011001000010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FCDD; }

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

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

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

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

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

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

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

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