#C5FEDB

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

Shades of Aero Blue #C5FEDB

Tints of Aero Blue #C5FEDB

Color information

#C5FEDB (or 0xC5FEDB) is unknown color: approx Aero Blue. HEX triplet: C5, FE and DB. RGB value is (197,254,219). Sum of RGB (Red+Green+Blue) = 197+254+219=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEDB is #3A0124. Grayscale: #E9E9E9. Windows color (decimal): -3801381 or 14417605. OLE color: 14417605.

HSL color Cylindrical-coordinate representation of color #C5FEDB: hue angle of 143.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEDB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB197254219-
CMYK0.2200.140.00
HSL143.16º96.61%88.43%-
HSV(B)143.16º22.44%99.61%-
XYZ71.2587.8780.22-
YUV232.97120.12102.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=29.40%
G=37.91%
B=32.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542190.2200.140.00143.1696.6188.43
HexC5FEDB160E08f6158
Octal305376333260160217141130
Binary110001011111111011011011101100111001000111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEDB; }

 p { color: rgb(197,254,219); }

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

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

 a { background-color: rgb(197,254,219); }

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

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

 span { border-color: rgb(197,254,219); }

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