Shades of Maya Blue #5FD0FC
Tints of Maya Blue #5FD0FC
RGB
CMYK
RGB Variations
Color information
#5FD0FC (or 0x5FD0FC) is known color: Maya Blue. HEX triplet: 5F, D0 and FC. RGB value is (95,208,252). Sum of RGB (Red+Green+Blue) = 95+208+252=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FD0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0FC is #A02F03. Grayscale: #B2B2B2. Windows color (decimal): -10497796 or 16568415. OLE color: 16568415.
HSL color Cylindrical-coordinate representation of color #5FD0FC: hue angle of 196.82º degrees, saturation: 0.96, 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 #5FD0FC is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 208 | 252 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.01 |
| HSL | 196.82º | 0.96% | 0.68% | - |
| HSV(B) | 196.82º | 0.62% | 0.99% | - |
| XYZ | 44.85 | 54.57 | 100.27 | - |
| YUV | 179.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 252 | 0.62 | 0.17 | 0 | 0.01 | 196.82 | 0.96 | 0.68 |
| Hex | 5F | D0 | FC | 3E | 11 | 0 | 1 | C5 | 60 | 44 |
| Octal | 137 | 320 | 374 | 76 | 21 | 0 | 1 | 305 | 140 | 104 |
| Binary | 1011111 | 11010000 | 11111100 | 111110 | 10001 | 0 | 1 | 11000101 | 1100000 | 1000100 |
Color Harmonies of #5FD0FC
Complementary color
Monochromatic Colors of #5FD0FC
Black with #5FD0FC
Text Example
Text Example
White with #5FD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0FC; }
p { color: rgb(95,208,252); }
H1.HeaderClassName
{
color: #5FD0FC;
}
.AnyTagClassName
{
color: #5FD0FC;
}
</style>
background-color css
<style>
a { background-color: #5FD0FC; }
a { background-color: rgb(95,208,252); }
div.DivClassName
{
background-color: #5FD0FC;
}
.BgClassName
{
background-color: #5FD0FC;
}
</style>
border-color css
<style>
span { border-color: #5FD0FC; }
span { border-color: rgb(95,208,252); }
td.TdClassName
{
border-color: #5FD0FC;
}
.TagClassName
{
border-color: #5FD0FC;
}
</style>