Shades of Maya Blue #5FBCFE
Tints of Maya Blue #5FBCFE
RGB
CMYK
RGB Variations
Color information
#5FBCFE (or 0x5FBCFE) is known color: Maya Blue. HEX triplet: 5F, BC and FE. RGB value is (95,188,254). Sum of RGB (Red+Green+Blue) = 95+188+254=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCFE is #A04301. Grayscale: #A7A7A7. Windows color (decimal): -10502914 or 16694367. OLE color: 16694367.
HSL color Cylindrical-coordinate representation of color #5FBCFE: hue angle of 204.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FBCFE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 188 | 254 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.00 |
| HSL | 204.91º | 0.99% | 0.68% | - |
| HSV(B) | 204.91º | 0.63% | 1% | - |
| XYZ | 40.59 | 45.56 | 100.42 | - |
| YUV | 167.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 254 | 0.63 | 0.26 | 0 | 0.00 | 204.91 | 0.99 | 0.68 |
| Hex | 5F | BC | FE | 3F | 1A | 0 | 0 | CD | 63 | 44 |
| Octal | 137 | 274 | 376 | 77 | 32 | 0 | 0 | 315 | 143 | 104 |
| Binary | 1011111 | 10111100 | 11111110 | 111111 | 11010 | 0 | 0 | 11001101 | 1100011 | 1000100 |
Color Harmonies of #5FBCFE
Complementary color
Monochromatic Colors of #5FBCFE
Black with #5FBCFE
Text Example
Text Example
White with #5FBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCFE; }
p { color: rgb(95,188,254); }
H1.HeaderClassName
{
color: #5FBCFE;
}
.AnyTagClassName
{
color: #5FBCFE;
}
</style>
background-color css
<style>
a { background-color: #5FBCFE; }
a { background-color: rgb(95,188,254); }
div.DivClassName
{
background-color: #5FBCFE;
}
.BgClassName
{
background-color: #5FBCFE;
}
</style>
border-color css
<style>
span { border-color: #5FBCFE; }
span { border-color: rgb(95,188,254); }
td.TdClassName
{
border-color: #5FBCFE;
}
.TagClassName
{
border-color: #5FBCFE;
}
</style>