#56B7FB

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

Shades of Maya Blue #56B7FB

Tints of Maya Blue #56B7FB

Color information

#56B7FB (or 0x56B7FB) is unknown color: approx Maya Blue. HEX triplet: 56, B7 and FB. RGB value is (86,183,251). Sum of RGB (Red+Green+Blue) = 86+183+251=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #56B7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B7FB is #A94804. Grayscale: #A1A1A1. Windows color (decimal): -11094021 or 16496470. OLE color: 16496470.

HSL color Cylindrical-coordinate representation of color #56B7FB: hue angle of 204.73º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56B7FB is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86183251-
CMYK0.660.2700.02
HSL204.73º95.38%66.08%-
HSV(B)204.73º65.74%98.43%-
XYZ38.1842.8197.52-
YUV161.75178.3673.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.54%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 251 (98.44% from 255) = 48.27%
R=16.54%
G=35.19%
B=48.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861832510.660.2700.02204.7395.3866.08
Hex56B7FB421B02cd5f42
Octal1262673731023302315137102
Binary101011010110111111110111000010110110101100110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,183,251); }

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

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

 a { background-color: rgb(86,183,251); }

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

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

 span { border-color: rgb(86,183,251); }

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