#56EDFC

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

Shades of Baby Blue #56EDFC

Tints of Baby Blue #56EDFC

Color information

#56EDFC (or 0x56EDFC) is unknown color: approx Baby Blue. HEX triplet: 56, ED and FC. RGB value is (86,237,252). Sum of RGB (Red+Green+Blue) = 86+237+252=575 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.96% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #56EDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EDFC is #A91203. Grayscale: #C1C1C1. Windows color (decimal): -11080196 or 16575830. OLE color: 16575830.

HSL color Cylindrical-coordinate representation of color #56EDFC: hue angle of 185.42º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56EDFC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB86237252-
CMYK0.660.0600.01
HSL185.42º96.51%66.27%-
HSV(B)185.42º65.87%98.82%-
XYZ51.6969.58102.8-
YUV193.56160.9751.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 14.96%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=14.96%
G=41.22%
B=43.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862372520.660.0600.01185.4296.5166.27
Hex56EDFC42601b96142
Octal126355374102601271141102
Binary101011011101101111111001000010110011011100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,237,252); }

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

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

 a { background-color: rgb(86,237,252); }

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

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

 span { border-color: rgb(86,237,252); }

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