#56CCFA

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

Shades of Maya Blue #56CCFA

Tints of Maya Blue #56CCFA

Color information

#56CCFA (or 0x56CCFA) is unknown color: approx Maya Blue. HEX triplet: 56, CC and FA. RGB value is (86,204,250). Sum of RGB (Red+Green+Blue) = 86+204+250=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #56CCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CCFA is #A93305. Grayscale: #ADADAD. Windows color (decimal): -11088646 or 16436310. OLE color: 16436310.

HSL color Cylindrical-coordinate representation of color #56CCFA: hue angle of 196.83º degrees, saturation: 0.94, 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 #56CCFA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86204250-
CMYK0.660.1800.02
HSL196.83º94.25%65.88%-
HSV(B)196.83º65.6%98.04%-
XYZ42.6952.0798.24-
YUV173.96170.9165.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.93%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=15.93%
G=37.78%
B=46.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862042500.660.1800.02196.8394.2565.88
Hex56CCFA421202c55e42
Octal1263143721022202305136102
Binary101011011001100111110101000010100100101100010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,204,250); }

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

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

 a { background-color: rgb(86,204,250); }

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

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

 span { border-color: rgb(86,204,250); }

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