Shades of Maya Blue #5CB5FD
Tints of Maya Blue #5CB5FD
RGB
CMYK
RGB Variations
Color information
#5CB5FD (or 0x5CB5FD) is known color: Maya Blue. HEX triplet: 5C, B5 and FD. RGB value is (92,181,253). Sum of RGB (Red+Green+Blue) = 92+181+253=526 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.49% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CB5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB5FD is #A34A02. Grayscale: #A2A2A2. Windows color (decimal): -10701315 or 16627036. OLE color: 16627036.
HSL color Cylindrical-coordinate representation of color #5CB5FD: hue angle of 206.83º 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 #5CB5FD is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 181 | 253 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.01 |
| HSL | 206.83º | 0.98% | 0.68% | - |
| HSV(B) | 206.83º | 0.64% | 0.99% | - |
| XYZ | 38.67 | 42.41 | 99.08 | - |
| YUV | 162.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 253 | 0.64 | 0.28 | 0 | 0.01 | 206.83 | 0.98 | 0.68 |
| Hex | 5C | B5 | FD | 40 | 1C | 0 | 1 | CF | 62 | 44 |
| Octal | 134 | 265 | 375 | 100 | 34 | 0 | 1 | 317 | 142 | 104 |
| Binary | 1011100 | 10110101 | 11111101 | 1000000 | 11100 | 0 | 1 | 11001111 | 1100010 | 1000100 |
Color Harmonies of #5CB5FD
Complementary color
Monochromatic Colors of #5CB5FD
Black with #5CB5FD
Text Example
Text Example
White with #5CB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB5FD; }
p { color: rgb(92,181,253); }
H1.HeaderClassName
{
color: #5CB5FD;
}
.AnyTagClassName
{
color: #5CB5FD;
}
</style>
background-color css
<style>
a { background-color: #5CB5FD; }
a { background-color: rgb(92,181,253); }
div.DivClassName
{
background-color: #5CB5FD;
}
.BgClassName
{
background-color: #5CB5FD;
}
</style>
border-color css
<style>
span { border-color: #5CB5FD; }
span { border-color: rgb(92,181,253); }
td.TdClassName
{
border-color: #5CB5FD;
}
.TagClassName
{
border-color: #5CB5FD;
}
</style>