Shades of Maya Blue #5CB8FF
Tints of Maya Blue #5CB8FF
RGB
CMYK
RGB Variations
Color information
#5CB8FF (or 0x5CB8FF) is known color: Maya Blue. HEX triplet: 5C, B8 and FF. RGB value is (92,184,255). Sum of RGB (Red+Green+Blue) = 92+184+255=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CB8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB8FF is #A34700. Grayscale: #A4A4A4. Windows color (decimal): -10700545 or 16758876. OLE color: 16758876.
HSL color Cylindrical-coordinate representation of color #5CB8FF: hue angle of 206.13º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CB8FF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 184 | 255 | - |
| CMYK | 0.64 | 0.28 | 0 | 0 |
| HSL | 206.14º | 1% | 0.68% | - |
| HSV(B) | 206.14º | 0.64% | 1% | - |
| XYZ | 39.6 | 43.78 | 100.97 | - |
| YUV | 164.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 255 | 0.64 | 0.28 | 0 | 0 | 206.14 | 1 | 0.68 |
| Hex | 5C | B8 | FF | 40 | 1C | 0 | 0 | CE | 64 | 44 |
| Octal | 134 | 270 | 377 | 100 | 34 | 0 | 0 | 316 | 144 | 104 |
| Binary | 1011100 | 10111000 | 11111111 | 1000000 | 11100 | 0 | 0 | 11001110 | 1100100 | 1000100 |
Color Harmonies of #5CB8FF
Complementary color
Monochromatic Colors of #5CB8FF
Black with #5CB8FF
Text Example
Text Example
White with #5CB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB8FF; }
p { color: rgb(92,184,255); }
H1.HeaderClassName
{
color: #5CB8FF;
}
.AnyTagClassName
{
color: #5CB8FF;
}
</style>
background-color css
<style>
a { background-color: #5CB8FF; }
a { background-color: rgb(92,184,255); }
div.DivClassName
{
background-color: #5CB8FF;
}
.BgClassName
{
background-color: #5CB8FF;
}
</style>
border-color css
<style>
span { border-color: #5CB8FF; }
span { border-color: rgb(92,184,255); }
td.TdClassName
{
border-color: #5CB8FF;
}
.TagClassName
{
border-color: #5CB8FF;
}
</style>