Shades of Maya Blue #5FCDFB
Tints of Maya Blue #5FCDFB
RGB
CMYK
RGB Variations
Color information
#5FCDFB (or 0x5FCDFB) is known color: Maya Blue. HEX triplet: 5F, CD and FB. RGB value is (95,205,251). Sum of RGB (Red+Green+Blue) = 95+205+251=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FCDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCDFB is #A03204. Grayscale: #B1B1B1. Windows color (decimal): -10498565 or 16502111. OLE color: 16502111.
HSL color Cylindrical-coordinate representation of color #5FCDFB: hue angle of 197.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCDFB is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 205 | 251 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.02 |
| HSL | 197.69º | 0.95% | 0.68% | - |
| HSV(B) | 197.69º | 0.62% | 0.98% | - |
| XYZ | 43.96 | 53.06 | 99.19 | - |
| YUV | 177.35 | 169.56 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 251 | 0.62 | 0.18 | 0 | 0.02 | 197.69 | 0.95 | 0.68 |
| Hex | 5F | CD | FB | 3E | 12 | 0 | 2 | C6 | 5F | 44 |
| Octal | 137 | 315 | 373 | 76 | 22 | 0 | 2 | 306 | 137 | 104 |
| Binary | 1011111 | 11001101 | 11111011 | 111110 | 10010 | 0 | 10 | 11000110 | 1011111 | 1000100 |
Color Harmonies of #5FCDFB
Complementary color
Monochromatic Colors of #5FCDFB
Black with #5FCDFB
Text Example
Text Example
White with #5FCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDFB; }
p { color: rgb(95,205,251); }
H1.HeaderClassName
{
color: #5FCDFB;
}
.AnyTagClassName
{
color: #5FCDFB;
}
</style>
background-color css
<style>
a { background-color: #5FCDFB; }
a { background-color: rgb(95,205,251); }
div.DivClassName
{
background-color: #5FCDFB;
}
.BgClassName
{
background-color: #5FCDFB;
}
</style>
border-color css
<style>
span { border-color: #5FCDFB; }
span { border-color: rgb(95,205,251); }
td.TdClassName
{
border-color: #5FCDFB;
}
.TagClassName
{
border-color: #5FCDFB;
}
</style>