Shades of Maya Blue #5CCCFA
Tints of Maya Blue #5CCCFA
RGB
CMYK
RGB Variations
Color information
#5CCCFA (or 0x5CCCFA) is known color: Maya Blue. HEX triplet: 5C, CC and FA. RGB value is (92,204,250). Sum of RGB (Red+Green+Blue) = 92+204+250=546 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.85% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #5CCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCFA is #A33305. Grayscale: #AFAFAF. Windows color (decimal): -10695430 or 16436316. OLE color: 16436316.
HSL color Cylindrical-coordinate representation of color #5CCCFA: hue angle of 197.47º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CCCFA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 204 | 250 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.02 |
| HSL | 197.47º | 0.94% | 0.67% | - |
| HSV(B) | 197.47º | 0.63% | 0.98% | - |
| XYZ | 43.26 | 52.36 | 98.27 | - |
| YUV | 175.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 250 | 0.63 | 0.18 | 0 | 0.02 | 197.47 | 0.94 | 0.67 |
| Hex | 5C | CC | FA | 3F | 12 | 0 | 2 | C5 | 5E | 43 |
| Octal | 134 | 314 | 372 | 77 | 22 | 0 | 2 | 305 | 136 | 103 |
| Binary | 1011100 | 11001100 | 11111010 | 111111 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000011 |
Color Harmonies of #5CCCFA
Complementary color
Monochromatic Colors of #5CCCFA
Black with #5CCCFA
Text Example
Text Example
White with #5CCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCFA; }
p { color: rgb(92,204,250); }
H1.HeaderClassName
{
color: #5CCCFA;
}
.AnyTagClassName
{
color: #5CCCFA;
}
</style>
background-color css
<style>
a { background-color: #5CCCFA; }
a { background-color: rgb(92,204,250); }
div.DivClassName
{
background-color: #5CCCFA;
}
.BgClassName
{
background-color: #5CCCFA;
}
</style>
border-color css
<style>
span { border-color: #5CCCFA; }
span { border-color: rgb(92,204,250); }
td.TdClassName
{
border-color: #5CCCFA;
}
.TagClassName
{
border-color: #5CCCFA;
}
</style>