#56C3F9

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

Shades of Maya Blue #56C3F9

Tints of Maya Blue #56C3F9

Color information

#56C3F9 (or 0x56C3F9) is unknown color: approx Maya Blue. HEX triplet: 56, C3 and F9. RGB value is (86,195,249). Sum of RGB (Red+Green+Blue) = 86+195+249=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #56C3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C3F9 is #A93C06. Grayscale: #A8A8A8. Windows color (decimal): -11090951 or 16368470. OLE color: 16368470.

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

Color convert

RGB86195249-
CMYK0.650.2200.02
HSL199.88º93.14%65.69%-
HSV(B)199.88º65.46%97.65%-
XYZ40.4547.8596.73-
YUV168.56173.3969.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.23%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=16.23%
G=36.79%
B=46.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861952490.650.2200.02199.8893.1465.69
Hex56C3F9411602c85d42
Octal1263033711012602310135102
Binary101011011000011111110011000001101100101100100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,195,249); }

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

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

 a { background-color: rgb(86,195,249); }

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

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

 span { border-color: rgb(86,195,249); }

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