Shades of Maya Blue #5CBEFF
Tints of Maya Blue #5CBEFF
RGB
CMYK
RGB Variations
Color information
#5CBEFF (or 0x5CBEFF) is known color: Maya Blue. HEX triplet: 5C, BE and FF. RGB value is (92,190,255). Sum of RGB (Red+Green+Blue) = 92+190+255=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBEFF is #A34100. Grayscale: #A7A7A7. Windows color (decimal): -10699009 or 16760412. OLE color: 16760412.
HSL color Cylindrical-coordinate representation of color #5CBEFF: hue angle of 203.93º 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 #5CBEFF is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 190 | 255 | - |
| CMYK | 0.64 | 0.25 | 0 | 0 |
| HSL | 203.93º | 1% | 0.68% | - |
| HSV(B) | 203.93º | 0.64% | 1% | - |
| XYZ | 40.88 | 46.32 | 101.39 | - |
| YUV | 168.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 255 | 0.64 | 0.25 | 0 | 0 | 203.93 | 1 | 0.68 |
| Hex | 5C | BE | FF | 40 | 19 | 0 | 0 | CC | 64 | 44 |
| Octal | 134 | 276 | 377 | 100 | 31 | 0 | 0 | 314 | 144 | 104 |
| Binary | 1011100 | 10111110 | 11111111 | 1000000 | 11001 | 0 | 0 | 11001100 | 1100100 | 1000100 |
Color Harmonies of #5CBEFF
Complementary color
Monochromatic Colors of #5CBEFF
Black with #5CBEFF
Text Example
Text Example
White with #5CBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEFF; }
p { color: rgb(92,190,255); }
H1.HeaderClassName
{
color: #5CBEFF;
}
.AnyTagClassName
{
color: #5CBEFF;
}
</style>
background-color css
<style>
a { background-color: #5CBEFF; }
a { background-color: rgb(92,190,255); }
div.DivClassName
{
background-color: #5CBEFF;
}
.BgClassName
{
background-color: #5CBEFF;
}
</style>
border-color css
<style>
span { border-color: #5CBEFF; }
span { border-color: rgb(92,190,255); }
td.TdClassName
{
border-color: #5CBEFF;
}
.TagClassName
{
border-color: #5CBEFF;
}
</style>