Shades of Maya Blue #65AFFF
Tints of Maya Blue #65AFFF
RGB
CMYK
RGB Variations
Color information
#65AFFF (or 0x65AFFF) is known color: Maya Blue. HEX triplet: 65, AF and FF. RGB value is (101,175,255). Sum of RGB (Red+Green+Blue) = 101+175+255=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #65AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AFFF is #9A5000. Grayscale: #A1A1A1. Windows color (decimal): -10113025 or 16756581. OLE color: 16756581.
HSL color Cylindrical-coordinate representation of color #65AFFF: hue angle of 211.17º 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 #65AFFF is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 175 | 255 | - |
| CMYK | 0.60 | 0.31 | 0 | 0 |
| HSL | 211.17º | 1% | 0.7% | - |
| HSV(B) | 211.17º | 0.6% | 1% | - |
| XYZ | 38.75 | 40.65 | 100.41 | - |
| YUV | 161.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 255 | 0.60 | 0.31 | 0 | 0 | 211.17 | 1 | 0.7 |
| Hex | 65 | AF | FF | 3C | 1F | 0 | 0 | D3 | 64 | 46 |
| Octal | 145 | 257 | 377 | 74 | 37 | 0 | 0 | 323 | 144 | 106 |
| Binary | 1100101 | 10101111 | 11111111 | 111100 | 11111 | 0 | 0 | 11010011 | 1100100 | 1000110 |
Color Harmonies of #65AFFF
Complementary color
Monochromatic Colors of #65AFFF
Black with #65AFFF
Text Example
Text Example
White with #65AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFFF; }
p { color: rgb(101,175,255); }
H1.HeaderClassName
{
color: #65AFFF;
}
.AnyTagClassName
{
color: #65AFFF;
}
</style>
background-color css
<style>
a { background-color: #65AFFF; }
a { background-color: rgb(101,175,255); }
div.DivClassName
{
background-color: #65AFFF;
}
.BgClassName
{
background-color: #65AFFF;
}
</style>
border-color css
<style>
span { border-color: #65AFFF; }
span { border-color: rgb(101,175,255); }
td.TdClassName
{
border-color: #65AFFF;
}
.TagClassName
{
border-color: #65AFFF;
}
</style>