Shades of Maya Blue #5CB3FD
Tints of Maya Blue #5CB3FD
RGB
CMYK
RGB Variations
Color information
#5CB3FD (or 0x5CB3FD) is known color: Maya Blue. HEX triplet: 5C, B3 and FD. RGB value is (92,179,253). Sum of RGB (Red+Green+Blue) = 92+179+253=524 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.56% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CB3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB3FD is #A34C02. Grayscale: #A1A1A1. Windows color (decimal): -10701827 or 16626524. OLE color: 16626524.
HSL color Cylindrical-coordinate representation of color #5CB3FD: hue angle of 207.58º 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 #5CB3FD is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 179 | 253 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.01 |
| HSL | 207.58º | 0.98% | 0.68% | - |
| HSV(B) | 207.58º | 0.64% | 0.99% | - |
| XYZ | 38.26 | 41.61 | 98.94 | - |
| YUV | 161.42 | 179.68 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 253 | 0.64 | 0.29 | 0 | 0.01 | 207.58 | 0.98 | 0.68 |
| Hex | 5C | B3 | FD | 40 | 1D | 0 | 1 | D0 | 62 | 44 |
| Octal | 134 | 263 | 375 | 100 | 35 | 0 | 1 | 320 | 142 | 104 |
| Binary | 1011100 | 10110011 | 11111101 | 1000000 | 11101 | 0 | 1 | 11010000 | 1100010 | 1000100 |
Color Harmonies of #5CB3FD
Complementary color
Monochromatic Colors of #5CB3FD
Black with #5CB3FD
Text Example
Text Example
White with #5CB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB3FD; }
p { color: rgb(92,179,253); }
H1.HeaderClassName
{
color: #5CB3FD;
}
.AnyTagClassName
{
color: #5CB3FD;
}
</style>
background-color css
<style>
a { background-color: #5CB3FD; }
a { background-color: rgb(92,179,253); }
div.DivClassName
{
background-color: #5CB3FD;
}
.BgClassName
{
background-color: #5CB3FD;
}
</style>
border-color css
<style>
span { border-color: #5CB3FD; }
span { border-color: rgb(92,179,253); }
td.TdClassName
{
border-color: #5CB3FD;
}
.TagClassName
{
border-color: #5CB3FD;
}
</style>