#56C9FA

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

Shades of Maya Blue #56C9FA

Tints of Maya Blue #56C9FA

Color information

#56C9FA (or 0x56C9FA) is unknown color: approx Maya Blue. HEX triplet: 56, C9 and FA. RGB value is (86,201,250). Sum of RGB (Red+Green+Blue) = 86+201+250=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #56C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C9FA is #A93605. Grayscale: #ABABAB. Windows color (decimal): -11089414 or 16435542. OLE color: 16435542.

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

Color convert

RGB86201250-
CMYK0.660.2000.02
HSL197.93º94.25%65.88%-
HSV(B)197.93º65.6%98.04%-
XYZ41.9850.6598.01-
YUV172.2171.966.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.01%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=16.01%
G=37.43%
B=46.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862012500.660.2000.02197.9394.2565.88
Hex56C9FA421402c65e42
Octal1263113721022402306136102
Binary101011011001001111110101000010101000101100011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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