#C5FCDD

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

Shades of Aero Blue #C5FCDD

Tints of Aero Blue #C5FCDD

Color information

#C5FCDD (or 0xC5FCDD) is unknown color: approx Aero Blue. HEX triplet: C5, FC and DD. RGB value is (197,252,221). Sum of RGB (Red+Green+Blue) = 197+252+221=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCDD is #3A0322. Grayscale: #E8E8E8. Windows color (decimal): -3801891 or 14548165. OLE color: 14548165.

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

Color convert

RGB197252221-
CMYK0.2200.120.01
HSL146.18º90.16%88.04%-
HSV(B)146.18º21.83%98.82%-
XYZ70.8986.7181.41-
YUV232.02121.78103.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=29.40%
G=37.61%
B=32.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972522210.2200.120.01146.1890.1688.04
HexC5FCDD160C1925a58
Octal305374335260141222132130
Binary110001011111110011011101101100110011001001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FCDD; }

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

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

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

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

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

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

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

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