Shades of Maya Blue #68B0FF
Tints of Maya Blue #68B0FF
RGB
CMYK
RGB Variations
Color information
#68B0FF (or 0x68B0FF) is known color: Maya Blue. HEX triplet: 68, B0 and FF. RGB value is (104,176,255). Sum of RGB (Red+Green+Blue) = 104+176+255=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B0FF is #974F00. Grayscale: #A3A3A3. Windows color (decimal): -9916161 or 16756840. OLE color: 16756840.
HSL color Cylindrical-coordinate representation of color #68B0FF: hue angle of 211.39º 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 #68B0FF is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 176 | 255 | - |
| CMYK | 0.59 | 0.31 | 0 | 0 |
| HSL | 211.39º | 1% | 0.7% | - |
| HSV(B) | 211.39º | 0.59% | 1% | - |
| XYZ | 39.28 | 41.21 | 100.49 | - |
| YUV | 163.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 255 | 0.59 | 0.31 | 0 | 0 | 211.39 | 1 | 0.7 |
| Hex | 68 | B0 | FF | 3B | 1F | 0 | 0 | D3 | 64 | 46 |
| Octal | 150 | 260 | 377 | 73 | 37 | 0 | 0 | 323 | 144 | 106 |
| Binary | 1101000 | 10110000 | 11111111 | 111011 | 11111 | 0 | 0 | 11010011 | 1100100 | 1000110 |
Color Harmonies of #68B0FF
Complementary color
Monochromatic Colors of #68B0FF
Black with #68B0FF
Text Example
Text Example
White with #68B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0FF; }
p { color: rgb(104,176,255); }
H1.HeaderClassName
{
color: #68B0FF;
}
.AnyTagClassName
{
color: #68B0FF;
}
</style>
background-color css
<style>
a { background-color: #68B0FF; }
a { background-color: rgb(104,176,255); }
div.DivClassName
{
background-color: #68B0FF;
}
.BgClassName
{
background-color: #68B0FF;
}
</style>
border-color css
<style>
span { border-color: #68B0FF; }
span { border-color: rgb(104,176,255); }
td.TdClassName
{
border-color: #68B0FF;
}
.TagClassName
{
border-color: #68B0FF;
}
</style>