Shades of Maya Blue #5CAEFF
Tints of Maya Blue #5CAEFF
RGB
CMYK
RGB Variations
Color information
#5CAEFF (or 0x5CAEFF) is known color: Maya Blue. HEX triplet: 5C, AE and FF. RGB value is (92,174,255). Sum of RGB (Red+Green+Blue) = 92+174+255=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAEFF is #A35100. Grayscale: #9E9E9E. Windows color (decimal): -10703105 or 16756316. OLE color: 16756316.
HSL color Cylindrical-coordinate representation of color #5CAEFF: hue angle of 209.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAEFF is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 174 | 255 | - |
| CMYK | 0.64 | 0.32 | 0 | 0 |
| HSL | 209.82º | 1% | 0.68% | - |
| HSV(B) | 209.82º | 0.64% | 1% | - |
| XYZ | 37.6 | 39.77 | 100.3 | - |
| YUV | 158.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 255 | 0.64 | 0.32 | 0 | 0 | 209.82 | 1 | 0.68 |
| Hex | 5C | AE | FF | 40 | 20 | 0 | 0 | D2 | 64 | 44 |
| Octal | 134 | 256 | 377 | 100 | 40 | 0 | 0 | 322 | 144 | 104 |
| Binary | 1011100 | 10101110 | 11111111 | 1000000 | 100000 | 0 | 0 | 11010010 | 1100100 | 1000100 |
Color Harmonies of #5CAEFF
Complementary color
Monochromatic Colors of #5CAEFF
Black with #5CAEFF
Text Example
Text Example
White with #5CAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAEFF; }
p { color: rgb(92,174,255); }
H1.HeaderClassName
{
color: #5CAEFF;
}
.AnyTagClassName
{
color: #5CAEFF;
}
</style>
background-color css
<style>
a { background-color: #5CAEFF; }
a { background-color: rgb(92,174,255); }
div.DivClassName
{
background-color: #5CAEFF;
}
.BgClassName
{
background-color: #5CAEFF;
}
</style>
border-color css
<style>
span { border-color: #5CAEFF; }
span { border-color: rgb(92,174,255); }
td.TdClassName
{
border-color: #5CAEFF;
}
.TagClassName
{
border-color: #5CAEFF;
}
</style>