Shades of Maya Blue #5FCDFE
Tints of Maya Blue #5FCDFE
RGB
CMYK
RGB Variations
Color information
#5FCDFE (or 0x5FCDFE) is known color: Maya Blue. HEX triplet: 5F, CD and FE. RGB value is (95,205,254). Sum of RGB (Red+Green+Blue) = 95+205+254=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FCDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCDFE is #A03201. Grayscale: #B1B1B1. Windows color (decimal): -10498562 or 16698719. OLE color: 16698719.
HSL color Cylindrical-coordinate representation of color #5FCDFE: hue angle of 198.49º 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 #5FCDFE is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 205 | 254 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.00 |
| HSL | 198.49º | 0.99% | 0.68% | - |
| HSV(B) | 198.49º | 0.63% | 1% | - |
| XYZ | 44.44 | 53.25 | 101.7 | - |
| YUV | 177.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 254 | 0.63 | 0.19 | 0 | 0.00 | 198.49 | 0.99 | 0.68 |
| Hex | 5F | CD | FE | 3F | 13 | 0 | 0 | C6 | 63 | 44 |
| Octal | 137 | 315 | 376 | 77 | 23 | 0 | 0 | 306 | 143 | 104 |
| Binary | 1011111 | 11001101 | 11111110 | 111111 | 10011 | 0 | 0 | 11000110 | 1100011 | 1000100 |
Color Harmonies of #5FCDFE
Complementary color
Monochromatic Colors of #5FCDFE
Black with #5FCDFE
Text Example
Text Example
White with #5FCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDFE; }
p { color: rgb(95,205,254); }
H1.HeaderClassName
{
color: #5FCDFE;
}
.AnyTagClassName
{
color: #5FCDFE;
}
</style>
background-color css
<style>
a { background-color: #5FCDFE; }
a { background-color: rgb(95,205,254); }
div.DivClassName
{
background-color: #5FCDFE;
}
.BgClassName
{
background-color: #5FCDFE;
}
</style>
border-color css
<style>
span { border-color: #5FCDFE; }
span { border-color: rgb(95,205,254); }
td.TdClassName
{
border-color: #5FCDFE;
}
.TagClassName
{
border-color: #5FCDFE;
}
</style>