Shades of Maya Blue #5FAFFF
Tints of Maya Blue #5FAFFF
RGB
CMYK
RGB Variations
Color information
#5FAFFF (or 0x5FAFFF) is known color: Maya Blue. HEX triplet: 5F, AF and FF. RGB value is (95,175,255). Sum of RGB (Red+Green+Blue) = 95+175+255=525 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.10% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAFFF is #A05000. Grayscale: #9F9F9F. Windows color (decimal): -10506241 or 16756575. OLE color: 16756575.
HSL color Cylindrical-coordinate representation of color #5FAFFF: hue angle of 210º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FAFFF is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 175 | 255 | - |
| CMYK | 0.63 | 0.31 | 0 | 0 |
| HSL | 210º | 1% | 0.69% | - |
| HSV(B) | 210º | 0.63% | 1% | - |
| XYZ | 38.1 | 40.31 | 100.38 | - |
| YUV | 160.2 | 181.5 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 255 | 0.63 | 0.31 | 0 | 0 | 210 | 1 | 0.69 |
| Hex | 5F | AF | FF | 3F | 1F | 0 | 0 | D2 | 64 | 45 |
| Octal | 137 | 257 | 377 | 77 | 37 | 0 | 0 | 322 | 144 | 105 |
| Binary | 1011111 | 10101111 | 11111111 | 111111 | 11111 | 0 | 0 | 11010010 | 1100100 | 1000101 |
Color Harmonies of #5FAFFF
Complementary color
Monochromatic Colors of #5FAFFF
Black with #5FAFFF
Text Example
Text Example
White with #5FAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFFF; }
p { color: rgb(95,175,255); }
H1.HeaderClassName
{
color: #5FAFFF;
}
.AnyTagClassName
{
color: #5FAFFF;
}
</style>
background-color css
<style>
a { background-color: #5FAFFF; }
a { background-color: rgb(95,175,255); }
div.DivClassName
{
background-color: #5FAFFF;
}
.BgClassName
{
background-color: #5FAFFF;
}
</style>
border-color css
<style>
span { border-color: #5FAFFF; }
span { border-color: rgb(95,175,255); }
td.TdClassName
{
border-color: #5FAFFF;
}
.TagClassName
{
border-color: #5FAFFF;
}
</style>