Shades of Maya Blue #68B5FF
Tints of Maya Blue #68B5FF
RGB
CMYK
RGB Variations
Color information
#68B5FF (or 0x68B5FF) is known color: Maya Blue. HEX triplet: 68, B5 and FF. RGB value is (104,181,255). Sum of RGB (Red+Green+Blue) = 104+181+255=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5FF is #974A00. Grayscale: #A6A6A6. Windows color (decimal): -9914881 or 16758120. OLE color: 16758120.
HSL color Cylindrical-coordinate representation of color #68B5FF: hue angle of 209.4º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68B5FF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 181 | 255 | - |
| CMYK | 0.59 | 0.29 | 0 | 0 |
| HSL | 209.4º | 1% | 0.7% | - |
| HSV(B) | 209.4º | 0.59% | 1% | - |
| XYZ | 40.28 | 43.21 | 100.83 | - |
| YUV | 166.41 | 177.99 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 255 | 0.59 | 0.29 | 0 | 0 | 209.4 | 1 | 0.7 |
| Hex | 68 | B5 | FF | 3B | 1D | 0 | 0 | D1 | 64 | 46 |
| Octal | 150 | 265 | 377 | 73 | 35 | 0 | 0 | 321 | 144 | 106 |
| Binary | 1101000 | 10110101 | 11111111 | 111011 | 11101 | 0 | 0 | 11010001 | 1100100 | 1000110 |
Color Harmonies of #68B5FF
Complementary color
Monochromatic Colors of #68B5FF
Black with #68B5FF
Text Example
Text Example
White with #68B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5FF; }
p { color: rgb(104,181,255); }
H1.HeaderClassName
{
color: #68B5FF;
}
.AnyTagClassName
{
color: #68B5FF;
}
</style>
background-color css
<style>
a { background-color: #68B5FF; }
a { background-color: rgb(104,181,255); }
div.DivClassName
{
background-color: #68B5FF;
}
.BgClassName
{
background-color: #68B5FF;
}
</style>
border-color css
<style>
span { border-color: #68B5FF; }
span { border-color: rgb(104,181,255); }
td.TdClassName
{
border-color: #68B5FF;
}
.TagClassName
{
border-color: #68B5FF;
}
</style>