Shades of Maya Blue #65ADFF
Tints of Maya Blue #65ADFF
RGB
CMYK
RGB Variations
Color information
#65ADFF (or 0x65ADFF) is known color: Maya Blue. HEX triplet: 65, AD and FF. RGB value is (101,173,255). Sum of RGB (Red+Green+Blue) = 101+173+255=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #65ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADFF is #9A5200. Grayscale: #A0A0A0. Windows color (decimal): -10113537 or 16756069. OLE color: 16756069.
HSL color Cylindrical-coordinate representation of color #65ADFF: hue angle of 211.95º 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 #65ADFF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 173 | 255 | - |
| CMYK | 0.60 | 0.32 | 0 | 0 |
| HSL | 211.95º | 1% | 0.7% | - |
| HSV(B) | 211.95º | 0.6% | 1% | - |
| XYZ | 38.36 | 39.87 | 100.28 | - |
| YUV | 160.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 255 | 0.60 | 0.32 | 0 | 0 | 211.95 | 1 | 0.7 |
| Hex | 65 | AD | FF | 3C | 20 | 0 | 0 | D4 | 64 | 46 |
| Octal | 145 | 255 | 377 | 74 | 40 | 0 | 0 | 324 | 144 | 106 |
| Binary | 1100101 | 10101101 | 11111111 | 111100 | 100000 | 0 | 0 | 11010100 | 1100100 | 1000110 |
Color Harmonies of #65ADFF
Complementary color
Monochromatic Colors of #65ADFF
Black with #65ADFF
Text Example
Text Example
White with #65ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADFF; }
p { color: rgb(101,173,255); }
H1.HeaderClassName
{
color: #65ADFF;
}
.AnyTagClassName
{
color: #65ADFF;
}
</style>
background-color css
<style>
a { background-color: #65ADFF; }
a { background-color: rgb(101,173,255); }
div.DivClassName
{
background-color: #65ADFF;
}
.BgClassName
{
background-color: #65ADFF;
}
</style>
border-color css
<style>
span { border-color: #65ADFF; }
span { border-color: rgb(101,173,255); }
td.TdClassName
{
border-color: #65ADFF;
}
.TagClassName
{
border-color: #65ADFF;
}
</style>