#56C0F9

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

Shades of Maya Blue #56C0F9

Tints of Maya Blue #56C0F9

Color information

#56C0F9 (or 0x56C0F9) is unknown color: approx Maya Blue. HEX triplet: 56, C0 and F9. RGB value is (86,192,249). Sum of RGB (Red+Green+Blue) = 86+192+249=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #56C0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0F9 is #A93F06. Grayscale: #A6A6A6. Windows color (decimal): -11091719 or 16367702. OLE color: 16367702.

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

Color convert

RGB86192249-
CMYK0.650.2300.02
HSL200.98º93.14%65.69%-
HSV(B)200.98º65.46%97.65%-
XYZ39.7946.5296.5-
YUV166.8174.3870.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.32%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=16.32%
G=36.43%
B=47.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861922490.650.2300.02200.9893.1465.69
Hex56C0F9411702c95d42
Octal1263003711012702311135102
Binary101011011000000111110011000001101110101100100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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