#C4FBDA

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

Shades of Aero Blue #C4FBDA

Tints of Aero Blue #C4FBDA

Color information

#C4FBDA (or 0xC4FBDA) is unknown color: approx Aero Blue. HEX triplet: C4, FB and DA. RGB value is (196,251,218). Sum of RGB (Red+Green+Blue) = 196+251+218=665 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.47% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FBDA is #3B0425. Grayscale: #E6E6E6. Windows color (decimal): -3867686 or 14351300. OLE color: 14351300.

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

Color convert

RGB196251218-
CMYK0.2200.130.02
HSL144º87.3%87.65%-
HSV(B)144º21.91%98.43%-
XYZ69.9285.7979.2-
YUV230.79120.78103.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.47%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=29.47%
G=37.74%
B=32.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962512180.2200.130.0214487.387.65
HexC4FBDA160D2905758
Octal304373332260152220127130
Binary1100010011111011110110101011001101101001000010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FBDA; }

 p { color: rgb(196,251,218); }

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

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

 a { background-color: rgb(196,251,218); }

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

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

 span { border-color: rgb(196,251,218); }

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