#C8FDDC

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

Shades of Aero Blue #C8FDDC

Tints of Aero Blue #C8FDDC

Color information

#C8FDDC (or 0xC8FDDC) is unknown color: approx Aero Blue. HEX triplet: C8, FD and DC. RGB value is (200,253,220). Sum of RGB (Red+Green+Blue) = 200+253+220=673 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.72% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDDC is #370223. Grayscale: #E9E9E9. Windows color (decimal): -3605028 or 14482888. OLE color: 14482888.

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

Color convert

RGB200253220-
CMYK0.2100.130.01
HSL142.64º92.98%88.82%-
HSV(B)142.64º20.95%99.22%-
XYZ71.8687.780.85-
YUV233.39120.44104.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.72%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=29.72%
G=37.59%
B=32.69%

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
Decimal2002532200.2100.130.01142.6492.9888.82
HexC8FDDC150D18f5d59
Octal310375334250151217135131
Binary110010001111110111011100101010110111000111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDDC; }

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

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

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

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

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

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

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

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