Shades of Maya Blue #5CAFFD
Tints of Maya Blue #5CAFFD
RGB
CMYK
RGB Variations
Color information
#5CAFFD (or 0x5CAFFD) is known color: Maya Blue. HEX triplet: 5C, AF and FD. RGB value is (92,175,253). Sum of RGB (Red+Green+Blue) = 92+175+253=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CAFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAFFD is #A35002. Grayscale: #9E9E9E. Windows color (decimal): -10702851 or 16625500. OLE color: 16625500.
HSL color Cylindrical-coordinate representation of color #5CAFFD: hue angle of 209.07º 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 #5CAFFD is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 175 | 253 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.01 |
| HSL | 209.07º | 0.98% | 0.68% | - |
| HSV(B) | 209.07º | 0.64% | 0.99% | - |
| XYZ | 37.47 | 40.03 | 98.68 | - |
| YUV | 159.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 253 | 0.64 | 0.31 | 0 | 0.01 | 209.07 | 0.98 | 0.68 |
| Hex | 5C | AF | FD | 40 | 1F | 0 | 1 | D1 | 62 | 44 |
| Octal | 134 | 257 | 375 | 100 | 37 | 0 | 1 | 321 | 142 | 104 |
| Binary | 1011100 | 10101111 | 11111101 | 1000000 | 11111 | 0 | 1 | 11010001 | 1100010 | 1000100 |
Color Harmonies of #5CAFFD
Complementary color
Monochromatic Colors of #5CAFFD
Black with #5CAFFD
Text Example
Text Example
White with #5CAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFFD; }
p { color: rgb(92,175,253); }
H1.HeaderClassName
{
color: #5CAFFD;
}
.AnyTagClassName
{
color: #5CAFFD;
}
</style>
background-color css
<style>
a { background-color: #5CAFFD; }
a { background-color: rgb(92,175,253); }
div.DivClassName
{
background-color: #5CAFFD;
}
.BgClassName
{
background-color: #5CAFFD;
}
</style>
border-color css
<style>
span { border-color: #5CAFFD; }
span { border-color: rgb(92,175,253); }
td.TdClassName
{
border-color: #5CAFFD;
}
.TagClassName
{
border-color: #5CAFFD;
}
</style>