Shades of Maya Blue #5FCBFE
Tints of Maya Blue #5FCBFE
RGB
CMYK
RGB Variations
Color information
#5FCBFE (or 0x5FCBFE) is known color: Maya Blue. HEX triplet: 5F, CB and FE. RGB value is (95,203,254). Sum of RGB (Red+Green+Blue) = 95+203+254=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FCBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBFE is #A03401. Grayscale: #B0B0B0. Windows color (decimal): -10499074 or 16698207. OLE color: 16698207.
HSL color Cylindrical-coordinate representation of color #5FCBFE: hue angle of 199.25º 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 #5FCBFE is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 203 | 254 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.00 |
| HSL | 199.25º | 0.99% | 0.68% | - |
| HSV(B) | 199.25º | 0.63% | 1% | - |
| XYZ | 43.96 | 52.3 | 101.54 | - |
| YUV | 176.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 254 | 0.63 | 0.20 | 0 | 0.00 | 199.25 | 0.99 | 0.68 |
| Hex | 5F | CB | FE | 3F | 14 | 0 | 0 | C7 | 63 | 44 |
| Octal | 137 | 313 | 376 | 77 | 24 | 0 | 0 | 307 | 143 | 104 |
| Binary | 1011111 | 11001011 | 11111110 | 111111 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000100 |
Color Harmonies of #5FCBFE
Complementary color
Monochromatic Colors of #5FCBFE
Black with #5FCBFE
Text Example
Text Example
White with #5FCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBFE; }
p { color: rgb(95,203,254); }
H1.HeaderClassName
{
color: #5FCBFE;
}
.AnyTagClassName
{
color: #5FCBFE;
}
</style>
background-color css
<style>
a { background-color: #5FCBFE; }
a { background-color: rgb(95,203,254); }
div.DivClassName
{
background-color: #5FCBFE;
}
.BgClassName
{
background-color: #5FCBFE;
}
</style>
border-color css
<style>
span { border-color: #5FCBFE; }
span { border-color: rgb(95,203,254); }
td.TdClassName
{
border-color: #5FCBFE;
}
.TagClassName
{
border-color: #5FCBFE;
}
</style>