Shades of Maya Blue #5CCEFF
Tints of Maya Blue #5CCEFF
RGB
CMYK
RGB Variations
Color information
#5CCEFF (or 0x5CCEFF) is known color: Maya Blue. HEX triplet: 5C, CE and FF. RGB value is (92,206,255). Sum of RGB (Red+Green+Blue) = 92+206+255=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEFF is #A33100. Grayscale: #B1B1B1. Windows color (decimal): -10694913 or 16764508. OLE color: 16764508.
HSL color Cylindrical-coordinate representation of color #5CCEFF: hue angle of 198.04º 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 #5CCEFF is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 206 | 255 | - |
| CMYK | 0.64 | 0.19 | 0 | 0 |
| HSL | 198.04º | 1% | 0.68% | - |
| HSV(B) | 198.04º | 0.64% | 1% | - |
| XYZ | 44.53 | 53.64 | 102.61 | - |
| YUV | 177.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 255 | 0.64 | 0.19 | 0 | 0 | 198.04 | 1 | 0.68 |
| Hex | 5C | CE | FF | 40 | 13 | 0 | 0 | C6 | 64 | 44 |
| Octal | 134 | 316 | 377 | 100 | 23 | 0 | 0 | 306 | 144 | 104 |
| Binary | 1011100 | 11001110 | 11111111 | 1000000 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000100 |
Color Harmonies of #5CCEFF
Complementary color
Monochromatic Colors of #5CCEFF
Black with #5CCEFF
Text Example
Text Example
White with #5CCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEFF; }
p { color: rgb(92,206,255); }
H1.HeaderClassName
{
color: #5CCEFF;
}
.AnyTagClassName
{
color: #5CCEFF;
}
</style>
background-color css
<style>
a { background-color: #5CCEFF; }
a { background-color: rgb(92,206,255); }
div.DivClassName
{
background-color: #5CCEFF;
}
.BgClassName
{
background-color: #5CCEFF;
}
</style>
border-color css
<style>
span { border-color: #5CCEFF; }
span { border-color: rgb(92,206,255); }
td.TdClassName
{
border-color: #5CCEFF;
}
.TagClassName
{
border-color: #5CCEFF;
}
</style>