Shades of Maya Blue #5CBCFC
Tints of Maya Blue #5CBCFC
RGB
CMYK
RGB Variations
Color information
#5CBCFC (or 0x5CBCFC) is known color: Maya Blue. HEX triplet: 5C, BC and FC. RGB value is (92,188,252). Sum of RGB (Red+Green+Blue) = 92+188+252=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBCFC is #A34303. Grayscale: #A6A6A6. Windows color (decimal): -10699524 or 16563292. OLE color: 16563292.
HSL color Cylindrical-coordinate representation of color #5CBCFC: hue angle of 204º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CBCFC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 188 | 252 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.01 |
| HSL | 204º | 0.96% | 0.67% | - |
| HSV(B) | 204º | 0.63% | 0.99% | - |
| XYZ | 39.97 | 45.27 | 98.73 | - |
| YUV | 166.59 | 176.2 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 252 | 0.63 | 0.25 | 0 | 0.01 | 204 | 0.96 | 0.67 |
| Hex | 5C | BC | FC | 3F | 19 | 0 | 1 | CC | 60 | 43 |
| Octal | 134 | 274 | 374 | 77 | 31 | 0 | 1 | 314 | 140 | 103 |
| Binary | 1011100 | 10111100 | 11111100 | 111111 | 11001 | 0 | 1 | 11001100 | 1100000 | 1000011 |
Color Harmonies of #5CBCFC
Complementary color
Monochromatic Colors of #5CBCFC
Black with #5CBCFC
Text Example
Text Example
White with #5CBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCFC; }
p { color: rgb(92,188,252); }
H1.HeaderClassName
{
color: #5CBCFC;
}
.AnyTagClassName
{
color: #5CBCFC;
}
</style>
background-color css
<style>
a { background-color: #5CBCFC; }
a { background-color: rgb(92,188,252); }
div.DivClassName
{
background-color: #5CBCFC;
}
.BgClassName
{
background-color: #5CBCFC;
}
</style>
border-color css
<style>
span { border-color: #5CBCFC; }
span { border-color: rgb(92,188,252); }
td.TdClassName
{
border-color: #5CBCFC;
}
.TagClassName
{
border-color: #5CBCFC;
}
</style>