Shades of Maya Blue #5CBAFD
Tints of Maya Blue #5CBAFD
RGB
CMYK
RGB Variations
Color information
#5CBAFD (or 0x5CBAFD) is known color: Maya Blue. HEX triplet: 5C, BA and FD. RGB value is (92,186,253). Sum of RGB (Red+Green+Blue) = 92+186+253=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAFD is #A34502. Grayscale: #A5A5A5. Windows color (decimal): -10700035 or 16628316. OLE color: 16628316.
HSL color Cylindrical-coordinate representation of color #5CBAFD: hue angle of 204.97º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CBAFD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 186 | 253 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.01 |
| HSL | 204.97º | 0.98% | 0.68% | - |
| HSV(B) | 204.97º | 0.64% | 0.99% | - |
| XYZ | 39.7 | 44.48 | 99.42 | - |
| YUV | 165.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 253 | 0.64 | 0.26 | 0 | 0.01 | 204.97 | 0.98 | 0.68 |
| Hex | 5C | BA | FD | 40 | 1A | 0 | 1 | CD | 62 | 44 |
| Octal | 134 | 272 | 375 | 100 | 32 | 0 | 1 | 315 | 142 | 104 |
| Binary | 1011100 | 10111010 | 11111101 | 1000000 | 11010 | 0 | 1 | 11001101 | 1100010 | 1000100 |
Color Harmonies of #5CBAFD
Complementary color
Monochromatic Colors of #5CBAFD
Black with #5CBAFD
Text Example
Text Example
White with #5CBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAFD; }
p { color: rgb(92,186,253); }
H1.HeaderClassName
{
color: #5CBAFD;
}
.AnyTagClassName
{
color: #5CBAFD;
}
</style>
background-color css
<style>
a { background-color: #5CBAFD; }
a { background-color: rgb(92,186,253); }
div.DivClassName
{
background-color: #5CBAFD;
}
.BgClassName
{
background-color: #5CBAFD;
}
</style>
border-color css
<style>
span { border-color: #5CBAFD; }
span { border-color: rgb(92,186,253); }
td.TdClassName
{
border-color: #5CBAFD;
}
.TagClassName
{
border-color: #5CBAFD;
}
</style>