Shades of Maya Blue #5BCBF8
Tints of Maya Blue #5BCBF8
RGB
CMYK
RGB Variations
Color information
#5BCBF8 (or 0x5BCBF8) is known color: Maya Blue. HEX triplet: 5B, CB and F8. RGB value is (91,203,248). Sum of RGB (Red+Green+Blue) = 91+203+248=542 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.79% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #5BCBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBF8 is #A43407. Grayscale: #AEAEAE. Windows color (decimal): -10761224 or 16304987. OLE color: 16304987.
HSL color Cylindrical-coordinate representation of color #5BCBF8: hue angle of 197.2º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCBF8 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 203 | 248 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.03 |
| HSL | 197.2º | 0.92% | 0.66% | - |
| HSV(B) | 197.2º | 0.63% | 0.97% | - |
| XYZ | 42.61 | 51.71 | 96.54 | - |
| YUV | 174.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 248 | 0.63 | 0.18 | 0 | 0.03 | 197.2 | 0.92 | 0.66 |
| Hex | 5B | CB | F8 | 3F | 12 | 0 | 3 | C5 | 5C | 42 |
| Octal | 133 | 313 | 370 | 77 | 22 | 0 | 3 | 305 | 134 | 102 |
| Binary | 1011011 | 11001011 | 11111000 | 111111 | 10010 | 0 | 11 | 11000101 | 1011100 | 1000010 |
Color Harmonies of #5BCBF8
Complementary color
Monochromatic Colors of #5BCBF8
Black with #5BCBF8
Text Example
Text Example
White with #5BCBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBF8; }
p { color: rgb(91,203,248); }
H1.HeaderClassName
{
color: #5BCBF8;
}
.AnyTagClassName
{
color: #5BCBF8;
}
</style>
background-color css
<style>
a { background-color: #5BCBF8; }
a { background-color: rgb(91,203,248); }
div.DivClassName
{
background-color: #5BCBF8;
}
.BgClassName
{
background-color: #5BCBF8;
}
</style>
border-color css
<style>
span { border-color: #5BCBF8; }
span { border-color: rgb(91,203,248); }
td.TdClassName
{
border-color: #5BCBF8;
}
.TagClassName
{
border-color: #5BCBF8;
}
</style>