#56CBFA

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

Shades of Maya Blue #56CBFA

Tints of Maya Blue #56CBFA

Color information

#56CBFA (or 0x56CBFA) is unknown color: approx Maya Blue. HEX triplet: 56, CB and FA. RGB value is (86,203,250). Sum of RGB (Red+Green+Blue) = 86+203+250=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #56CBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CBFA is #A93405. Grayscale: #ADADAD. Windows color (decimal): -11088902 or 16436054. OLE color: 16436054.

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

Color convert

RGB86203250-
CMYK0.660.1900.02
HSL197.2º94.25%65.88%-
HSV(B)197.2º65.6%98.04%-
XYZ42.4551.5998.16-
YUV173.38171.2465.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.96%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=15.96%
G=37.66%
B=46.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862032500.660.1900.02197.294.2565.88
Hex56CBFA421302c55e42
Octal1263133721022302305136102
Binary101011011001011111110101000010100110101100010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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