Shades of Maya Blue #5CBEFE
Tints of Maya Blue #5CBEFE
RGB
CMYK
RGB Variations
Color information
#5CBEFE (or 0x5CBEFE) is known color: Maya Blue. HEX triplet: 5C, BE and FE. RGB value is (92,190,254). Sum of RGB (Red+Green+Blue) = 92+190+254=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CBEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBEFE is #A34101. Grayscale: #A7A7A7. Windows color (decimal): -10699010 or 16694876. OLE color: 16694876.
HSL color Cylindrical-coordinate representation of color #5CBEFE: hue angle of 203.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CBEFE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 190 | 254 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.00 |
| HSL | 203.7º | 0.99% | 0.68% | - |
| HSV(B) | 203.7º | 0.64% | 1% | - |
| XYZ | 40.72 | 46.26 | 100.55 | - |
| YUV | 167.99 | 176.53 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 254 | 0.64 | 0.25 | 0 | 0.00 | 203.7 | 0.99 | 0.68 |
| Hex | 5C | BE | FE | 40 | 19 | 0 | 0 | CC | 63 | 44 |
| Octal | 134 | 276 | 376 | 100 | 31 | 0 | 0 | 314 | 143 | 104 |
| Binary | 1011100 | 10111110 | 11111110 | 1000000 | 11001 | 0 | 0 | 11001100 | 1100011 | 1000100 |
Color Harmonies of #5CBEFE
Complementary color
Monochromatic Colors of #5CBEFE
Black with #5CBEFE
Text Example
Text Example
White with #5CBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEFE; }
p { color: rgb(92,190,254); }
H1.HeaderClassName
{
color: #5CBEFE;
}
.AnyTagClassName
{
color: #5CBEFE;
}
</style>
background-color css
<style>
a { background-color: #5CBEFE; }
a { background-color: rgb(92,190,254); }
div.DivClassName
{
background-color: #5CBEFE;
}
.BgClassName
{
background-color: #5CBEFE;
}
</style>
border-color css
<style>
span { border-color: #5CBEFE; }
span { border-color: rgb(92,190,254); }
td.TdClassName
{
border-color: #5CBEFE;
}
.TagClassName
{
border-color: #5CBEFE;
}
</style>