Shades of Maya Blue #5BCEFC
Tints of Maya Blue #5BCEFC
RGB
CMYK
RGB Variations
Color information
#5BCEFC (or 0x5BCEFC) is known color: Maya Blue. HEX triplet: 5B, CE and FC. RGB value is (91,206,252). Sum of RGB (Red+Green+Blue) = 91+206+252=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BCEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEFC is #A43103. Grayscale: #B0B0B0. Windows color (decimal): -10760452 or 16567899. OLE color: 16567899.
HSL color Cylindrical-coordinate representation of color #5BCEFC: hue angle of 197.14º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCEFC is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 206 | 252 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.01 |
| HSL | 197.14º | 0.96% | 0.67% | - |
| HSV(B) | 197.14º | 0.64% | 0.99% | - |
| XYZ | 43.96 | 53.4 | 100.09 | - |
| YUV | 176.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 252 | 0.64 | 0.18 | 0 | 0.01 | 197.14 | 0.96 | 0.67 |
| Hex | 5B | CE | FC | 40 | 12 | 0 | 1 | C5 | 60 | 43 |
| Octal | 133 | 316 | 374 | 100 | 22 | 0 | 1 | 305 | 140 | 103 |
| Binary | 1011011 | 11001110 | 11111100 | 1000000 | 10010 | 0 | 1 | 11000101 | 1100000 | 1000011 |
Color Harmonies of #5BCEFC
Complementary color
Monochromatic Colors of #5BCEFC
Black with #5BCEFC
Text Example
Text Example
White with #5BCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEFC; }
p { color: rgb(91,206,252); }
H1.HeaderClassName
{
color: #5BCEFC;
}
.AnyTagClassName
{
color: #5BCEFC;
}
</style>
background-color css
<style>
a { background-color: #5BCEFC; }
a { background-color: rgb(91,206,252); }
div.DivClassName
{
background-color: #5BCEFC;
}
.BgClassName
{
background-color: #5BCEFC;
}
</style>
border-color css
<style>
span { border-color: #5BCEFC; }
span { border-color: rgb(91,206,252); }
td.TdClassName
{
border-color: #5BCEFC;
}
.TagClassName
{
border-color: #5BCEFC;
}
</style>