Shades of Maya Blue #65AFF8
Tints of Maya Blue #65AFF8
RGB
CMYK
RGB Variations
Color information
#65AFF8 (or 0x65AFF8) is known color: Maya Blue. HEX triplet: 65, AF and F8. RGB value is (101,175,248). Sum of RGB (Red+Green+Blue) = 101+175+248=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #65AFF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AFF8 is #9A5007. Grayscale: #A0A0A0. Windows color (decimal): -10113032 or 16297829. OLE color: 16297829.
HSL color Cylindrical-coordinate representation of color #65AFF8: hue angle of 209.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65AFF8 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 175 | 248 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.03 |
| HSL | 209.8º | 0.91% | 0.68% | - |
| HSV(B) | 209.8º | 0.59% | 0.97% | - |
| XYZ | 37.64 | 40.2 | 94.58 | - |
| YUV | 161.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 248 | 0.59 | 0.29 | 0 | 0.03 | 209.8 | 0.91 | 0.68 |
| Hex | 65 | AF | F8 | 3B | 1D | 0 | 3 | D2 | 5B | 44 |
| Octal | 145 | 257 | 370 | 73 | 35 | 0 | 3 | 322 | 133 | 104 |
| Binary | 1100101 | 10101111 | 11111000 | 111011 | 11101 | 0 | 11 | 11010010 | 1011011 | 1000100 |
Color Harmonies of #65AFF8
Complementary color
Monochromatic Colors of #65AFF8
Black with #65AFF8
Text Example
Text Example
White with #65AFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFF8; }
p { color: rgb(101,175,248); }
H1.HeaderClassName
{
color: #65AFF8;
}
.AnyTagClassName
{
color: #65AFF8;
}
</style>
background-color css
<style>
a { background-color: #65AFF8; }
a { background-color: rgb(101,175,248); }
div.DivClassName
{
background-color: #65AFF8;
}
.BgClassName
{
background-color: #65AFF8;
}
</style>
border-color css
<style>
span { border-color: #65AFF8; }
span { border-color: rgb(101,175,248); }
td.TdClassName
{
border-color: #65AFF8;
}
.TagClassName
{
border-color: #65AFF8;
}
</style>