Shades of Maya Blue #65ABFE
Tints of Maya Blue #65ABFE
RGB
CMYK
RGB Variations
Color information
#65ABFE (or 0x65ABFE) is known color: Maya Blue. HEX triplet: 65, AB and FE. RGB value is (101,171,254). Sum of RGB (Red+Green+Blue) = 101+171+254=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #65ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABFE is #9A5401. Grayscale: #9F9F9F. Windows color (decimal): -10114050 or 16690021. OLE color: 16690021.
HSL color Cylindrical-coordinate representation of color #65ABFE: hue angle of 212.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ABFE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 171 | 254 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.00 |
| HSL | 212.55º | 0.99% | 0.7% | - |
| HSV(B) | 212.55º | 0.6% | 1% | - |
| XYZ | 37.82 | 39.05 | 99.31 | - |
| YUV | 159.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 254 | 0.60 | 0.33 | 0 | 0.00 | 212.55 | 0.99 | 0.7 |
| Hex | 65 | AB | FE | 3C | 21 | 0 | 0 | D5 | 63 | 46 |
| Octal | 145 | 253 | 376 | 74 | 41 | 0 | 0 | 325 | 143 | 106 |
| Binary | 1100101 | 10101011 | 11111110 | 111100 | 100001 | 0 | 0 | 11010101 | 1100011 | 1000110 |
Color Harmonies of #65ABFE
Complementary color
Monochromatic Colors of #65ABFE
Black with #65ABFE
Text Example
Text Example
White with #65ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABFE; }
p { color: rgb(101,171,254); }
H1.HeaderClassName
{
color: #65ABFE;
}
.AnyTagClassName
{
color: #65ABFE;
}
</style>
background-color css
<style>
a { background-color: #65ABFE; }
a { background-color: rgb(101,171,254); }
div.DivClassName
{
background-color: #65ABFE;
}
.BgClassName
{
background-color: #65ABFE;
}
</style>
border-color css
<style>
span { border-color: #65ABFE; }
span { border-color: rgb(101,171,254); }
td.TdClassName
{
border-color: #65ABFE;
}
.TagClassName
{
border-color: #65ABFE;
}
</style>