Shades of Maya Blue #56BFFD
Tints of Maya Blue #56BFFD
RGB
CMYK
RGB Variations
Color information
#56BFFD (or 0x56BFFD) is known color: Maya Blue. HEX triplet: 56, BF and FD. RGB value is (86,191,253). Sum of RGB (Red+Green+Blue) = 86+191+253=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #56BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BFFD is #A94002. Grayscale: #A6A6A6. Windows color (decimal): -11091971 or 16629590. OLE color: 16629590.
HSL color Cylindrical-coordinate representation of color #56BFFD: hue angle of 202.28º 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 #56BFFD is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 191 | 253 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.01 |
| HSL | 202.28º | 0.98% | 0.66% | - |
| HSV(B) | 202.28º | 0.66% | 0.99% | - |
| XYZ | 40.2 | 46.33 | 99.75 | - |
| YUV | 166.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 253 | 0.66 | 0.25 | 0 | 0.01 | 202.28 | 0.98 | 0.66 |
| Hex | 56 | BF | FD | 42 | 19 | 0 | 1 | CA | 62 | 42 |
| Octal | 126 | 277 | 375 | 102 | 31 | 0 | 1 | 312 | 142 | 102 |
| Binary | 1010110 | 10111111 | 11111101 | 1000010 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000010 |
Color Harmonies of #56BFFD
Complementary color
Monochromatic Colors of #56BFFD
Black with #56BFFD
Text Example
Text Example
White with #56BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BFFD; }
p { color: rgb(86,191,253); }
H1.HeaderClassName
{
color: #56BFFD;
}
.AnyTagClassName
{
color: #56BFFD;
}
</style>
background-color css
<style>
a { background-color: #56BFFD; }
a { background-color: rgb(86,191,253); }
div.DivClassName
{
background-color: #56BFFD;
}
.BgClassName
{
background-color: #56BFFD;
}
</style>
border-color css
<style>
span { border-color: #56BFFD; }
span { border-color: rgb(86,191,253); }
td.TdClassName
{
border-color: #56BFFD;
}
.TagClassName
{
border-color: #56BFFD;
}
</style>