Shades of Maya Blue #65ADFD
Tints of Maya Blue #65ADFD
RGB
CMYK
RGB Variations
Color information
#65ADFD (or 0x65ADFD) is known color: Maya Blue. HEX triplet: 65, AD and FD. RGB value is (101,173,253). Sum of RGB (Red+Green+Blue) = 101+173+253=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #65ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADFD is #9A5202. Grayscale: #A0A0A0. Windows color (decimal): -10113539 or 16624997. OLE color: 16624997.
HSL color Cylindrical-coordinate representation of color #65ADFD: hue angle of 211.58º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ADFD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 173 | 253 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.01 |
| HSL | 211.58º | 0.97% | 0.69% | - |
| HSV(B) | 211.58º | 0.6% | 0.99% | - |
| XYZ | 38.04 | 39.75 | 98.6 | - |
| YUV | 160.59 | 180.15 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 253 | 0.60 | 0.32 | 0 | 0.01 | 211.58 | 0.97 | 0.69 |
| Hex | 65 | AD | FD | 3C | 20 | 0 | 1 | D4 | 61 | 45 |
| Octal | 145 | 255 | 375 | 74 | 40 | 0 | 1 | 324 | 141 | 105 |
| Binary | 1100101 | 10101101 | 11111101 | 111100 | 100000 | 0 | 1 | 11010100 | 1100001 | 1000101 |
Color Harmonies of #65ADFD
Complementary color
Monochromatic Colors of #65ADFD
Black with #65ADFD
Text Example
Text Example
White with #65ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADFD; }
p { color: rgb(101,173,253); }
H1.HeaderClassName
{
color: #65ADFD;
}
.AnyTagClassName
{
color: #65ADFD;
}
</style>
background-color css
<style>
a { background-color: #65ADFD; }
a { background-color: rgb(101,173,253); }
div.DivClassName
{
background-color: #65ADFD;
}
.BgClassName
{
background-color: #65ADFD;
}
</style>
border-color css
<style>
span { border-color: #65ADFD; }
span { border-color: rgb(101,173,253); }
td.TdClassName
{
border-color: #65ADFD;
}
.TagClassName
{
border-color: #65ADFD;
}
</style>