Shades of Maya Blue #5FBFFC
Tints of Maya Blue #5FBFFC
RGB
CMYK
RGB Variations
Color information
#5FBFFC (or 0x5FBFFC) is known color: Maya Blue. HEX triplet: 5F, BF and FC. RGB value is (95,191,252). Sum of RGB (Red+Green+Blue) = 95+191+252=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBFFC is #A04003. Grayscale: #A8A8A8. Windows color (decimal): -10502148 or 16564063. OLE color: 16564063.
HSL color Cylindrical-coordinate representation of color #5FBFFC: hue angle of 203.31º 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 #5FBFFC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 191 | 252 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.01 |
| HSL | 203.31º | 0.96% | 0.68% | - |
| HSV(B) | 203.31º | 0.62% | 0.99% | - |
| XYZ | 40.92 | 46.72 | 98.96 | - |
| YUV | 169.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 252 | 0.62 | 0.24 | 0 | 0.01 | 203.31 | 0.96 | 0.68 |
| Hex | 5F | BF | FC | 3E | 18 | 0 | 1 | CB | 60 | 44 |
| Octal | 137 | 277 | 374 | 76 | 30 | 0 | 1 | 313 | 140 | 104 |
| Binary | 1011111 | 10111111 | 11111100 | 111110 | 11000 | 0 | 1 | 11001011 | 1100000 | 1000100 |
Color Harmonies of #5FBFFC
Complementary color
Monochromatic Colors of #5FBFFC
Black with #5FBFFC
Text Example
Text Example
White with #5FBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFFC; }
p { color: rgb(95,191,252); }
H1.HeaderClassName
{
color: #5FBFFC;
}
.AnyTagClassName
{
color: #5FBFFC;
}
</style>
background-color css
<style>
a { background-color: #5FBFFC; }
a { background-color: rgb(95,191,252); }
div.DivClassName
{
background-color: #5FBFFC;
}
.BgClassName
{
background-color: #5FBFFC;
}
</style>
border-color css
<style>
span { border-color: #5FBFFC; }
span { border-color: rgb(95,191,252); }
td.TdClassName
{
border-color: #5FBFFC;
}
.TagClassName
{
border-color: #5FBFFC;
}
</style>