#C5FBDE

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

Shades of Aero Blue #C5FBDE

Tints of Aero Blue #C5FBDE

Color information

#C5FBDE (or 0xC5FBDE) is unknown color: approx Aero Blue. HEX triplet: C5, FB and DE. RGB value is (197,251,222). Sum of RGB (Red+Green+Blue) = 197+251+222=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBDE is #3A0421. Grayscale: #E7E7E7. Windows color (decimal): -3802146 or 14613445. OLE color: 14613445.

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

Color convert

RGB197251222-
CMYK0.2200.120.02
HSL147.78º87.1%87.84%-
HSV(B)147.78º21.51%98.43%-
XYZ70.7186.1482.01-
YUV231.55122.61103.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=29.40%
G=37.46%
B=33.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972512220.2200.120.02147.7887.187.84
HexC5FBDE160C2945758
Octal305373336260142224127130
Binary1100010111111011110111101011001100101001010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FBDE; }

 p { color: rgb(197,251,222); }

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

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

 a { background-color: rgb(197,251,222); }

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

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

 span { border-color: rgb(197,251,222); }

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