Shades of Maya Blue #5CBAFC
Tints of Maya Blue #5CBAFC
RGB
CMYK
RGB Variations
Color information
#5CBAFC (or 0x5CBAFC) is known color: Maya Blue. HEX triplet: 5C, BA and FC. RGB value is (92,186,252). Sum of RGB (Red+Green+Blue) = 92+186+252=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAFC is #A34503. Grayscale: #A5A5A5. Windows color (decimal): -10700036 or 16562780. OLE color: 16562780.
HSL color Cylindrical-coordinate representation of color #5CBAFC: hue angle of 204.75º 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 #5CBAFC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 186 | 252 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.01 |
| HSL | 204.75º | 0.96% | 0.67% | - |
| HSV(B) | 204.75º | 0.63% | 0.99% | - |
| XYZ | 39.54 | 44.42 | 98.59 | - |
| YUV | 165.42 | 176.86 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 252 | 0.63 | 0.26 | 0 | 0.01 | 204.75 | 0.96 | 0.67 |
| Hex | 5C | BA | FC | 3F | 1A | 0 | 1 | CD | 60 | 43 |
| Octal | 134 | 272 | 374 | 77 | 32 | 0 | 1 | 315 | 140 | 103 |
| Binary | 1011100 | 10111010 | 11111100 | 111111 | 11010 | 0 | 1 | 11001101 | 1100000 | 1000011 |
Color Harmonies of #5CBAFC
Complementary color
Monochromatic Colors of #5CBAFC
Black with #5CBAFC
Text Example
Text Example
White with #5CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAFC; }
p { color: rgb(92,186,252); }
H1.HeaderClassName
{
color: #5CBAFC;
}
.AnyTagClassName
{
color: #5CBAFC;
}
</style>
background-color css
<style>
a { background-color: #5CBAFC; }
a { background-color: rgb(92,186,252); }
div.DivClassName
{
background-color: #5CBAFC;
}
.BgClassName
{
background-color: #5CBAFC;
}
</style>
border-color css
<style>
span { border-color: #5CBAFC; }
span { border-color: rgb(92,186,252); }
td.TdClassName
{
border-color: #5CBAFC;
}
.TagClassName
{
border-color: #5CBAFC;
}
</style>