Shades of Maya Blue #5CB7FA
Tints of Maya Blue #5CB7FA
RGB
CMYK
RGB Variations
Color information
#5CB7FA (or 0x5CB7FA) is known color: Maya Blue. HEX triplet: 5C, B7 and FA. RGB value is (92,183,250). Sum of RGB (Red+Green+Blue) = 92+183+250=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #5CB7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB7FA is #A34805. Grayscale: #A3A3A3. Windows color (decimal): -10700806 or 16430940. OLE color: 16430940.
HSL color Cylindrical-coordinate representation of color #5CB7FA: hue angle of 205.44º 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 #5CB7FA is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 183 | 250 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.02 |
| HSL | 205.44º | 0.94% | 0.67% | - |
| HSV(B) | 205.44º | 0.63% | 0.98% | - |
| XYZ | 38.6 | 43.04 | 96.72 | - |
| YUV | 163.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 250 | 0.63 | 0.27 | 0 | 0.02 | 205.44 | 0.94 | 0.67 |
| Hex | 5C | B7 | FA | 3F | 1B | 0 | 2 | CD | 5E | 43 |
| Octal | 134 | 267 | 372 | 77 | 33 | 0 | 2 | 315 | 136 | 103 |
| Binary | 1011100 | 10110111 | 11111010 | 111111 | 11011 | 0 | 10 | 11001101 | 1011110 | 1000011 |
Color Harmonies of #5CB7FA
Complementary color
Monochromatic Colors of #5CB7FA
Black with #5CB7FA
Text Example
Text Example
White with #5CB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB7FA; }
p { color: rgb(92,183,250); }
H1.HeaderClassName
{
color: #5CB7FA;
}
.AnyTagClassName
{
color: #5CB7FA;
}
</style>
background-color css
<style>
a { background-color: #5CB7FA; }
a { background-color: rgb(92,183,250); }
div.DivClassName
{
background-color: #5CB7FA;
}
.BgClassName
{
background-color: #5CB7FA;
}
</style>
border-color css
<style>
span { border-color: #5CB7FA; }
span { border-color: rgb(92,183,250); }
td.TdClassName
{
border-color: #5CB7FA;
}
.TagClassName
{
border-color: #5CB7FA;
}
</style>