Shades of Maya Blue #5FCAF6
Tints of Maya Blue #5FCAF6
RGB
CMYK
RGB Variations
Color information
#5FCAF6 (or 0x5FCAF6) is known color: Maya Blue. HEX triplet: 5F, CA and F6. RGB value is (95,202,246). Sum of RGB (Red+Green+Blue) = 95+202+246=543 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.50% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #5FCAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCAF6 is #A03509. Grayscale: #AEAEAE. Windows color (decimal): -10499338 or 16173663. OLE color: 16173663.
HSL color Cylindrical-coordinate representation of color #5FCAF6: hue angle of 197.48º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FCAF6 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 202 | 246 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.04 |
| HSL | 197.48º | 0.89% | 0.67% | - |
| HSV(B) | 197.48º | 0.61% | 0.96% | - |
| XYZ | 42.47 | 51.33 | 94.86 | - |
| YUV | 175.02 | 168.05 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 246 | 0.61 | 0.18 | 0 | 0.04 | 197.48 | 0.89 | 0.67 |
| Hex | 5F | CA | F6 | 3D | 12 | 0 | 4 | C5 | 59 | 43 |
| Octal | 137 | 312 | 366 | 75 | 22 | 0 | 4 | 305 | 131 | 103 |
| Binary | 1011111 | 11001010 | 11110110 | 111101 | 10010 | 0 | 100 | 11000101 | 1011001 | 1000011 |
Color Harmonies of #5FCAF6
Complementary color
Monochromatic Colors of #5FCAF6
Black with #5FCAF6
Text Example
Text Example
White with #5FCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAF6; }
p { color: rgb(95,202,246); }
H1.HeaderClassName
{
color: #5FCAF6;
}
.AnyTagClassName
{
color: #5FCAF6;
}
</style>
background-color css
<style>
a { background-color: #5FCAF6; }
a { background-color: rgb(95,202,246); }
div.DivClassName
{
background-color: #5FCAF6;
}
.BgClassName
{
background-color: #5FCAF6;
}
</style>
border-color css
<style>
span { border-color: #5FCAF6; }
span { border-color: rgb(95,202,246); }
td.TdClassName
{
border-color: #5FCAF6;
}
.TagClassName
{
border-color: #5FCAF6;
}
</style>