Shades of Maya Blue #5FCBFC
Tints of Maya Blue #5FCBFC
RGB
CMYK
RGB Variations
Color information
#5FCBFC (or 0x5FCBFC) is known color: Maya Blue. HEX triplet: 5F, CB and FC. RGB value is (95,203,252). Sum of RGB (Red+Green+Blue) = 95+203+252=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBFC is #A03403. Grayscale: #AFAFAF. Windows color (decimal): -10499076 or 16567135. OLE color: 16567135.
HSL color Cylindrical-coordinate representation of color #5FCBFC: hue angle of 198.73º 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 #5FCBFC is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 203 | 252 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.01 |
| HSL | 198.73º | 0.96% | 0.68% | - |
| HSV(B) | 198.73º | 0.62% | 0.99% | - |
| XYZ | 43.65 | 52.17 | 99.87 | - |
| YUV | 176.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 252 | 0.62 | 0.19 | 0 | 0.01 | 198.73 | 0.96 | 0.68 |
| Hex | 5F | CB | FC | 3E | 13 | 0 | 1 | C7 | 60 | 44 |
| Octal | 137 | 313 | 374 | 76 | 23 | 0 | 1 | 307 | 140 | 104 |
| Binary | 1011111 | 11001011 | 11111100 | 111110 | 10011 | 0 | 1 | 11000111 | 1100000 | 1000100 |
Color Harmonies of #5FCBFC
Complementary color
Monochromatic Colors of #5FCBFC
Black with #5FCBFC
Text Example
Text Example
White with #5FCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBFC; }
p { color: rgb(95,203,252); }
H1.HeaderClassName
{
color: #5FCBFC;
}
.AnyTagClassName
{
color: #5FCBFC;
}
</style>
background-color css
<style>
a { background-color: #5FCBFC; }
a { background-color: rgb(95,203,252); }
div.DivClassName
{
background-color: #5FCBFC;
}
.BgClassName
{
background-color: #5FCBFC;
}
</style>
border-color css
<style>
span { border-color: #5FCBFC; }
span { border-color: rgb(95,203,252); }
td.TdClassName
{
border-color: #5FCBFC;
}
.TagClassName
{
border-color: #5FCBFC;
}
</style>