#56F6EC

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

Shades of Baby Blue #56F6EC

Tints of Baby Blue #56F6EC

Color information

#56F6EC (or 0x56F6EC) is unknown color: approx Baby Blue. HEX triplet: 56, F6 and EC. RGB value is (86,246,236). Sum of RGB (Red+Green+Blue) = 86+246+236=568 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.14% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #56F6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F6EC is #A90913. Grayscale: #C4C4C4. Windows color (decimal): -11077908 or 15529558. OLE color: 15529558.

HSL color Cylindrical-coordinate representation of color #56F6EC: hue angle of 176.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F6EC is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB86246236-
CMYK0.6500.040.04
HSL176.25º89.89%65.1%-
HSV(B)176.25º65.04%96.47%-
XYZ51.9373.9590.89-
YUV197.02149.9948.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.14%
GREEN value IS 246 (96.48% from 255) = 43.31%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=15.14%
G=43.31%
B=41.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862462360.6500.040.04176.2589.8965.1
Hex56F6EC41044b05a41
Octal126366354101044260132101
Binary10101101111011011101100100000101001001011000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56F6EC; }

 p { color: rgb(86,246,236); }

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

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

 a { background-color: rgb(86,246,236); }

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

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

 span { border-color: rgb(86,246,236); }

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