Shades of Maya Blue #5FCFFF
Tints of Maya Blue #5FCFFF
RGB
CMYK
RGB Variations
Color information
#5FCFFF (or 0x5FCFFF) is known color: Maya Blue. HEX triplet: 5F, CF and FF. RGB value is (95,207,255). Sum of RGB (Red+Green+Blue) = 95+207+255=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFFF is #A03000. Grayscale: #B2B2B2. Windows color (decimal): -10498049 or 16764767. OLE color: 16764767.
HSL color Cylindrical-coordinate representation of color #5FCFFF: hue angle of 198º 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 #5FCFFF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 207 | 255 | - |
| CMYK | 0.63 | 0.19 | 0 | 0 |
| HSL | 198º | 1% | 0.69% | - |
| HSV(B) | 198º | 0.63% | 1% | - |
| XYZ | 45.08 | 54.28 | 102.71 | - |
| YUV | 178.98 | 170.89 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 255 | 0.63 | 0.19 | 0 | 0 | 198 | 1 | 0.69 |
| Hex | 5F | CF | FF | 3F | 13 | 0 | 0 | C6 | 64 | 45 |
| Octal | 137 | 317 | 377 | 77 | 23 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1011111 | 11001111 | 11111111 | 111111 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #5FCFFF
Complementary color
Monochromatic Colors of #5FCFFF
Black with #5FCFFF
Text Example
Text Example
White with #5FCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFFF; }
p { color: rgb(95,207,255); }
H1.HeaderClassName
{
color: #5FCFFF;
}
.AnyTagClassName
{
color: #5FCFFF;
}
</style>
background-color css
<style>
a { background-color: #5FCFFF; }
a { background-color: rgb(95,207,255); }
div.DivClassName
{
background-color: #5FCFFF;
}
.BgClassName
{
background-color: #5FCFFF;
}
</style>
border-color css
<style>
span { border-color: #5FCFFF; }
span { border-color: rgb(95,207,255); }
td.TdClassName
{
border-color: #5FCFFF;
}
.TagClassName
{
border-color: #5FCFFF;
}
</style>