Shades of Maya Blue #5BB8FC
Tints of Maya Blue #5BB8FC
RGB
CMYK
RGB Variations
Color information
#5BB8FC (or 0x5BB8FC) is known color: Maya Blue. HEX triplet: 5B, B8 and FC. RGB value is (91,184,252). Sum of RGB (Red+Green+Blue) = 91+184+252=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BB8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB8FC is #A44703. Grayscale: #A3A3A3. Windows color (decimal): -10766084 or 16562267. OLE color: 16562267.
HSL color Cylindrical-coordinate representation of color #5BB8FC: hue angle of 205.34º 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 #5BB8FC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 184 | 252 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.01 |
| HSL | 205.34º | 0.96% | 0.67% | - |
| HSV(B) | 205.34º | 0.64% | 0.99% | - |
| XYZ | 39.03 | 43.53 | 98.44 | - |
| YUV | 163.95 | 177.69 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 252 | 0.64 | 0.27 | 0 | 0.01 | 205.34 | 0.96 | 0.67 |
| Hex | 5B | B8 | FC | 40 | 1B | 0 | 1 | CD | 60 | 43 |
| Octal | 133 | 270 | 374 | 100 | 33 | 0 | 1 | 315 | 140 | 103 |
| Binary | 1011011 | 10111000 | 11111100 | 1000000 | 11011 | 0 | 1 | 11001101 | 1100000 | 1000011 |
Color Harmonies of #5BB8FC
Complementary color
Monochromatic Colors of #5BB8FC
Black with #5BB8FC
Text Example
Text Example
White with #5BB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8FC; }
p { color: rgb(91,184,252); }
H1.HeaderClassName
{
color: #5BB8FC;
}
.AnyTagClassName
{
color: #5BB8FC;
}
</style>
background-color css
<style>
a { background-color: #5BB8FC; }
a { background-color: rgb(91,184,252); }
div.DivClassName
{
background-color: #5BB8FC;
}
.BgClassName
{
background-color: #5BB8FC;
}
</style>
border-color css
<style>
span { border-color: #5BB8FC; }
span { border-color: rgb(91,184,252); }
td.TdClassName
{
border-color: #5BB8FC;
}
.TagClassName
{
border-color: #5BB8FC;
}
</style>