#C4FCDB

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

Shades of Aero Blue #C4FCDB

Tints of Aero Blue #C4FCDB

Color information

#C4FCDB (or 0xC4FCDB) is unknown color: approx Aero Blue. HEX triplet: C4, FC and DB. RGB value is (196,252,219). Sum of RGB (Red+Green+Blue) = 196+252+219=667 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.39% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FCDB is #3B0324. Grayscale: #E7E7E7. Windows color (decimal): -3867429 or 14417092. OLE color: 14417092.

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

Color convert

RGB196252219-
CMYK0.2200.130.01
HSL144.64º90.32%87.84%-
HSV(B)144.64º22.22%98.82%-
XYZ70.3686.4780-
YUV231.49120.95102.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.39%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=29.39%
G=37.78%
B=32.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962522190.2200.130.01144.6490.3287.84
HexC4FCDB160D1915a58
Octal304374333260151221132130
Binary110001001111110011011011101100110111001000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FCDB; }

 p { color: rgb(196,252,219); }

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

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

 a { background-color: rgb(196,252,219); }

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

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

 span { border-color: rgb(196,252,219); }

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