Shades of Maya Blue #5FCFF9
Tints of Maya Blue #5FCFF9
RGB
CMYK
RGB Variations
Color information
#5FCFF9 (or 0x5FCFF9) is known color: Maya Blue. HEX triplet: 5F, CF and F9. RGB value is (95,207,249). Sum of RGB (Red+Green+Blue) = 95+207+249=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FCFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFF9 is #A03006. Grayscale: #B2B2B2. Windows color (decimal): -10498055 or 16371551. OLE color: 16371551.
HSL color Cylindrical-coordinate representation of color #5FCFF9: hue angle of 196.36º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCFF9 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 207 | 249 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.02 |
| HSL | 196.36º | 0.93% | 0.67% | - |
| HSV(B) | 196.36º | 0.62% | 0.98% | - |
| XYZ | 44.13 | 53.9 | 97.7 | - |
| YUV | 178.3 | 167.89 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 249 | 0.62 | 0.17 | 0 | 0.02 | 196.36 | 0.93 | 0.67 |
| Hex | 5F | CF | F9 | 3E | 11 | 0 | 2 | C4 | 5D | 43 |
| Octal | 137 | 317 | 371 | 76 | 21 | 0 | 2 | 304 | 135 | 103 |
| Binary | 1011111 | 11001111 | 11111001 | 111110 | 10001 | 0 | 10 | 11000100 | 1011101 | 1000011 |
Color Harmonies of #5FCFF9
Complementary color
Monochromatic Colors of #5FCFF9
Black with #5FCFF9
Text Example
Text Example
White with #5FCFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFF9; }
p { color: rgb(95,207,249); }
H1.HeaderClassName
{
color: #5FCFF9;
}
.AnyTagClassName
{
color: #5FCFF9;
}
</style>
background-color css
<style>
a { background-color: #5FCFF9; }
a { background-color: rgb(95,207,249); }
div.DivClassName
{
background-color: #5FCFF9;
}
.BgClassName
{
background-color: #5FCFF9;
}
</style>
border-color css
<style>
span { border-color: #5FCFF9; }
span { border-color: rgb(95,207,249); }
td.TdClassName
{
border-color: #5FCFF9;
}
.TagClassName
{
border-color: #5FCFF9;
}
</style>