Shades of Maya Blue #5CCCFE
Tints of Maya Blue #5CCCFE
RGB
CMYK
RGB Variations
Color information
#5CCCFE (or 0x5CCCFE) is known color: Maya Blue. HEX triplet: 5C, CC and FE. RGB value is (92,204,254). Sum of RGB (Red+Green+Blue) = 92+204+254=550 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.73% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCFE is #A33301. Grayscale: #AFAFAF. Windows color (decimal): -10695426 or 16698460. OLE color: 16698460.
HSL color Cylindrical-coordinate representation of color #5CCCFE: hue angle of 198.52º 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 #5CCCFE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 204 | 254 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.00 |
| HSL | 198.52º | 0.99% | 0.68% | - |
| HSV(B) | 198.52º | 0.64% | 1% | - |
| XYZ | 43.9 | 52.62 | 101.61 | - |
| YUV | 176.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 254 | 0.64 | 0.20 | 0 | 0.00 | 198.52 | 0.99 | 0.68 |
| Hex | 5C | CC | FE | 40 | 14 | 0 | 0 | C7 | 63 | 44 |
| Octal | 134 | 314 | 376 | 100 | 24 | 0 | 0 | 307 | 143 | 104 |
| Binary | 1011100 | 11001100 | 11111110 | 1000000 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000100 |
Color Harmonies of #5CCCFE
Complementary color
Monochromatic Colors of #5CCCFE
Black with #5CCCFE
Text Example
Text Example
White with #5CCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCFE; }
p { color: rgb(92,204,254); }
H1.HeaderClassName
{
color: #5CCCFE;
}
.AnyTagClassName
{
color: #5CCCFE;
}
</style>
background-color css
<style>
a { background-color: #5CCCFE; }
a { background-color: rgb(92,204,254); }
div.DivClassName
{
background-color: #5CCCFE;
}
.BgClassName
{
background-color: #5CCCFE;
}
</style>
border-color css
<style>
span { border-color: #5CCCFE; }
span { border-color: rgb(92,204,254); }
td.TdClassName
{
border-color: #5CCCFE;
}
.TagClassName
{
border-color: #5CCCFE;
}
</style>