Shades of Maya Blue #5FADFD
Tints of Maya Blue #5FADFD
RGB
CMYK
RGB Variations
Color information
#5FADFD (or 0x5FADFD) is known color: Maya Blue. HEX triplet: 5F, AD and FD. RGB value is (95,173,253). Sum of RGB (Red+Green+Blue) = 95+173+253=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FADFD is #A05202. Grayscale: #9E9E9E. Windows color (decimal): -10506755 or 16624991. OLE color: 16624991.
HSL color Cylindrical-coordinate representation of color #5FADFD: hue angle of 210.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FADFD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 173 | 253 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.01 |
| HSL | 210.38º | 0.98% | 0.68% | - |
| HSV(B) | 210.38º | 0.62% | 0.99% | - |
| XYZ | 37.39 | 39.41 | 98.56 | - |
| YUV | 158.8 | 181.16 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 253 | 0.62 | 0.32 | 0 | 0.01 | 210.38 | 0.98 | 0.68 |
| Hex | 5F | AD | FD | 3E | 20 | 0 | 1 | D2 | 62 | 44 |
| Octal | 137 | 255 | 375 | 76 | 40 | 0 | 1 | 322 | 142 | 104 |
| Binary | 1011111 | 10101101 | 11111101 | 111110 | 100000 | 0 | 1 | 11010010 | 1100010 | 1000100 |
Color Harmonies of #5FADFD
Complementary color
Monochromatic Colors of #5FADFD
Black with #5FADFD
Text Example
Text Example
White with #5FADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADFD; }
p { color: rgb(95,173,253); }
H1.HeaderClassName
{
color: #5FADFD;
}
.AnyTagClassName
{
color: #5FADFD;
}
</style>
background-color css
<style>
a { background-color: #5FADFD; }
a { background-color: rgb(95,173,253); }
div.DivClassName
{
background-color: #5FADFD;
}
.BgClassName
{
background-color: #5FADFD;
}
</style>
border-color css
<style>
span { border-color: #5FADFD; }
span { border-color: rgb(95,173,253); }
td.TdClassName
{
border-color: #5FADFD;
}
.TagClassName
{
border-color: #5FADFD;
}
</style>