#56CAFD

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

Shades of Maya Blue #56CAFD

Tints of Maya Blue #56CAFD

Color information

#56CAFD (or 0x56CAFD) is unknown color: approx Maya Blue. HEX triplet: 56, CA and FD. RGB value is (86,202,253). Sum of RGB (Red+Green+Blue) = 86+202+253=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #56CAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CAFD is #A93502. Grayscale: #ACACAC. Windows color (decimal): -11089155 or 16632406. OLE color: 16632406.

HSL color Cylindrical-coordinate representation of color #56CAFD: hue angle of 198.32º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56CAFD is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB86202253-
CMYK0.660.2000.01
HSL198.32º97.66%66.47%-
HSV(B)198.32º66.01%99.22%-
XYZ42.6951.31100.58-
YUV173.13173.0765.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.90%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=15.90%
G=37.34%
B=46.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862022530.660.2000.01198.3297.6666.47
Hex56CAFD421401c66242
Octal1263123751022401306142102
Binary10101101100101011111101100001010100011100011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,202,253); }

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

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

 a { background-color: rgb(86,202,253); }

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

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

 span { border-color: rgb(86,202,253); }

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