Shades of Maya Blue #68AFF8
Tints of Maya Blue #68AFF8
RGB
CMYK
RGB Variations
Color information
#68AFF8 (or 0x68AFF8) is known color: Maya Blue. HEX triplet: 68, AF and F8. RGB value is (104,175,248). Sum of RGB (Red+Green+Blue) = 104+175+248=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #68AFF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFF8 is #975007. Grayscale: #A1A1A1. Windows color (decimal): -9916424 or 16297832. OLE color: 16297832.
HSL color Cylindrical-coordinate representation of color #68AFF8: hue angle of 210.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68AFF8 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 175 | 248 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.03 |
| HSL | 210.42º | 0.91% | 0.69% | - |
| HSV(B) | 210.42º | 0.58% | 0.97% | - |
| XYZ | 37.98 | 40.38 | 94.6 | - |
| YUV | 162.09 | 176.48 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 248 | 0.58 | 0.29 | 0 | 0.03 | 210.42 | 0.91 | 0.69 |
| Hex | 68 | AF | F8 | 3A | 1D | 0 | 3 | D2 | 5B | 45 |
| Octal | 150 | 257 | 370 | 72 | 35 | 0 | 3 | 322 | 133 | 105 |
| Binary | 1101000 | 10101111 | 11111000 | 111010 | 11101 | 0 | 11 | 11010010 | 1011011 | 1000101 |
Color Harmonies of #68AFF8
Complementary color
Monochromatic Colors of #68AFF8
Black with #68AFF8
Text Example
Text Example
White with #68AFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFF8; }
p { color: rgb(104,175,248); }
H1.HeaderClassName
{
color: #68AFF8;
}
.AnyTagClassName
{
color: #68AFF8;
}
</style>
background-color css
<style>
a { background-color: #68AFF8; }
a { background-color: rgb(104,175,248); }
div.DivClassName
{
background-color: #68AFF8;
}
.BgClassName
{
background-color: #68AFF8;
}
</style>
border-color css
<style>
span { border-color: #68AFF8; }
span { border-color: rgb(104,175,248); }
td.TdClassName
{
border-color: #68AFF8;
}
.TagClassName
{
border-color: #68AFF8;
}
</style>