Shades of Maya Blue #5FD0FF
Tints of Maya Blue #5FD0FF
RGB
CMYK
RGB Variations
Color information
#5FD0FF (or 0x5FD0FF) is known color: Maya Blue. HEX triplet: 5F, D0 and FF. RGB value is (95,208,255). Sum of RGB (Red+Green+Blue) = 95+208+255=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0FF is #A02F00. Grayscale: #B3B3B3. Windows color (decimal): -10497793 or 16765023. OLE color: 16765023.
HSL color Cylindrical-coordinate representation of color #5FD0FF: hue angle of 197.62º 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 #5FD0FF is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 208 | 255 | - |
| CMYK | 0.63 | 0.18 | 0 | 0 |
| HSL | 197.63º | 1% | 0.69% | - |
| HSV(B) | 197.63º | 0.63% | 1% | - |
| XYZ | 45.33 | 54.76 | 102.79 | - |
| YUV | 179.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 255 | 0.63 | 0.18 | 0 | 0 | 197.63 | 1 | 0.69 |
| Hex | 5F | D0 | FF | 3F | 12 | 0 | 0 | C6 | 64 | 45 |
| Octal | 137 | 320 | 377 | 77 | 22 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1011111 | 11010000 | 11111111 | 111111 | 10010 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #5FD0FF
Complementary color
Monochromatic Colors of #5FD0FF
Black with #5FD0FF
Text Example
Text Example
White with #5FD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0FF; }
p { color: rgb(95,208,255); }
H1.HeaderClassName
{
color: #5FD0FF;
}
.AnyTagClassName
{
color: #5FD0FF;
}
</style>
background-color css
<style>
a { background-color: #5FD0FF; }
a { background-color: rgb(95,208,255); }
div.DivClassName
{
background-color: #5FD0FF;
}
.BgClassName
{
background-color: #5FD0FF;
}
</style>
border-color css
<style>
span { border-color: #5FD0FF; }
span { border-color: rgb(95,208,255); }
td.TdClassName
{
border-color: #5FD0FF;
}
.TagClassName
{
border-color: #5FD0FF;
}
</style>