Shades of Maya Blue #65AFFD
Tints of Maya Blue #65AFFD
RGB
CMYK
RGB Variations
Color information
#65AFFD (or 0x65AFFD) is known color: Maya Blue. HEX triplet: 65, AF and FD. RGB value is (101,175,253). Sum of RGB (Red+Green+Blue) = 101+175+253=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #65AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AFFD is #9A5002. Grayscale: #A1A1A1. Windows color (decimal): -10113027 or 16625509. OLE color: 16625509.
HSL color Cylindrical-coordinate representation of color #65AFFD: hue angle of 210.79º 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 #65AFFD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 175 | 253 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.01 |
| HSL | 210.79º | 0.97% | 0.69% | - |
| HSV(B) | 210.79º | 0.6% | 0.99% | - |
| XYZ | 38.43 | 40.52 | 98.72 | - |
| YUV | 161.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 253 | 0.60 | 0.31 | 0 | 0.01 | 210.79 | 0.97 | 0.69 |
| Hex | 65 | AF | FD | 3C | 1F | 0 | 1 | D3 | 61 | 45 |
| Octal | 145 | 257 | 375 | 74 | 37 | 0 | 1 | 323 | 141 | 105 |
| Binary | 1100101 | 10101111 | 11111101 | 111100 | 11111 | 0 | 1 | 11010011 | 1100001 | 1000101 |
Color Harmonies of #65AFFD
Complementary color
Monochromatic Colors of #65AFFD
Black with #65AFFD
Text Example
Text Example
White with #65AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFFD; }
p { color: rgb(101,175,253); }
H1.HeaderClassName
{
color: #65AFFD;
}
.AnyTagClassName
{
color: #65AFFD;
}
</style>
background-color css
<style>
a { background-color: #65AFFD; }
a { background-color: rgb(101,175,253); }
div.DivClassName
{
background-color: #65AFFD;
}
.BgClassName
{
background-color: #65AFFD;
}
</style>
border-color css
<style>
span { border-color: #65AFFD; }
span { border-color: rgb(101,175,253); }
td.TdClassName
{
border-color: #65AFFD;
}
.TagClassName
{
border-color: #65AFFD;
}
</style>