Shades of Maya Blue #5FD1FF
Tints of Maya Blue #5FD1FF
RGB
CMYK
RGB Variations
Color information
#5FD1FF (or 0x5FD1FF) is known color: Maya Blue. HEX triplet: 5F, D1 and FF. RGB value is (95,209,255). Sum of RGB (Red+Green+Blue) = 95+209+255=559 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.99% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FD1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD1FF is #A02E00. Grayscale: #B3B3B3. Windows color (decimal): -10497537 or 16765279. OLE color: 16765279.
HSL color Cylindrical-coordinate representation of color #5FD1FF: hue angle of 197.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FD1FF is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 209 | 255 | - |
| CMYK | 0.63 | 0.18 | 0 | 0 |
| HSL | 197.25º | 1% | 0.69% | - |
| HSV(B) | 197.25º | 0.63% | 1% | - |
| XYZ | 45.57 | 55.25 | 102.87 | - |
| YUV | 180.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 255 | 0.63 | 0.18 | 0 | 0 | 197.25 | 1 | 0.69 |
| Hex | 5F | D1 | FF | 3F | 12 | 0 | 0 | C5 | 64 | 45 |
| Octal | 137 | 321 | 377 | 77 | 22 | 0 | 0 | 305 | 144 | 105 |
| Binary | 1011111 | 11010001 | 11111111 | 111111 | 10010 | 0 | 0 | 11000101 | 1100100 | 1000101 |
Color Harmonies of #5FD1FF
Complementary color
Monochromatic Colors of #5FD1FF
Black with #5FD1FF
Text Example
Text Example
White with #5FD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1FF; }
p { color: rgb(95,209,255); }
H1.HeaderClassName
{
color: #5FD1FF;
}
.AnyTagClassName
{
color: #5FD1FF;
}
</style>
background-color css
<style>
a { background-color: #5FD1FF; }
a { background-color: rgb(95,209,255); }
div.DivClassName
{
background-color: #5FD1FF;
}
.BgClassName
{
background-color: #5FD1FF;
}
</style>
border-color css
<style>
span { border-color: #5FD1FF; }
span { border-color: rgb(95,209,255); }
td.TdClassName
{
border-color: #5FD1FF;
}
.TagClassName
{
border-color: #5FD1FF;
}
</style>