#56d1ff

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

Shades of Maya Blue #56D1FF

Tints of Maya Blue #56D1FF

Color information

#56D1FF (or 0x56D1FF) is unknown color: approx Maya Blue. HEX triplet: 56, D1 and FF. RGB value is (86,209,255). Sum of RGB (Red+Green+Blue) = 86+209+255=550 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.64% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #56D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D1FF is #A92E00. Grayscale: #B1B1B1. Windows color (decimal): -11087361 or 16765270. OLE color: 16765270.

HSL color Cylindrical-coordinate representation of color #56D1FF: hue angle of 196.33º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56D1FF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86209255-
CMYK0.660.1800
HSL196.33º100%66.86%-
HSV(B)196.33º66.27%100%-
XYZ44.6954.8102.83-
YUV177.47171.7562.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.64%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 255 (100% from 255) = 46.36%
R=15.64%
G=38%
B=46.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862092550.660.1800196.3310066.86
Hex56D1FF421200c46443
Octal1263213771022200304144103
Binary10101101101000111111111100001010010001100010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56d1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,209,255); }

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

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

 a { background-color: rgb(86,209,255); }

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

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

 span { border-color: rgb(86,209,255); }

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