Shades of Maya Blue #65ABFF
Tints of Maya Blue #65ABFF
RGB
CMYK
RGB Variations
Color information
#65ABFF (or 0x65ABFF) is known color: Maya Blue. HEX triplet: 65, AB and FF. RGB value is (101,171,255). Sum of RGB (Red+Green+Blue) = 101+171+255=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #65ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABFF is #9A5400. Grayscale: #9F9F9F. Windows color (decimal): -10114049 or 16755557. OLE color: 16755557.
HSL color Cylindrical-coordinate representation of color #65ABFF: hue angle of 212.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ABFF is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 171 | 255 | - |
| CMYK | 0.60 | 0.33 | 0 | 0 |
| HSL | 212.73º | 1% | 0.7% | - |
| HSV(B) | 212.73º | 0.6% | 1% | - |
| XYZ | 37.98 | 39.11 | 100.16 | - |
| YUV | 159.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 255 | 0.60 | 0.33 | 0 | 0 | 212.73 | 1 | 0.7 |
| Hex | 65 | AB | FF | 3C | 21 | 0 | 0 | D5 | 64 | 46 |
| Octal | 145 | 253 | 377 | 74 | 41 | 0 | 0 | 325 | 144 | 106 |
| Binary | 1100101 | 10101011 | 11111111 | 111100 | 100001 | 0 | 0 | 11010101 | 1100100 | 1000110 |
Color Harmonies of #65ABFF
Complementary color
Monochromatic Colors of #65ABFF
Black with #65ABFF
Text Example
Text Example
White with #65ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABFF; }
p { color: rgb(101,171,255); }
H1.HeaderClassName
{
color: #65ABFF;
}
.AnyTagClassName
{
color: #65ABFF;
}
</style>
background-color css
<style>
a { background-color: #65ABFF; }
a { background-color: rgb(101,171,255); }
div.DivClassName
{
background-color: #65ABFF;
}
.BgClassName
{
background-color: #65ABFF;
}
</style>
border-color css
<style>
span { border-color: #65ABFF; }
span { border-color: rgb(101,171,255); }
td.TdClassName
{
border-color: #65ABFF;
}
.TagClassName
{
border-color: #65ABFF;
}
</style>