Shades of Maya Blue #68B3FF
Tints of Maya Blue #68B3FF
RGB
CMYK
RGB Variations
Color information
#68B3FF (or 0x68B3FF) is known color: Maya Blue. HEX triplet: 68, B3 and FF. RGB value is (104,179,255). Sum of RGB (Red+Green+Blue) = 104+179+255=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3FF is #974C00. Grayscale: #A4A4A4. Windows color (decimal): -9915393 or 16757608. OLE color: 16757608.
HSL color Cylindrical-coordinate representation of color #68B3FF: hue angle of 210.2º 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 #68B3FF is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 179 | 255 | - |
| CMYK | 0.59 | 0.30 | 0 | 0 |
| HSL | 210.2º | 1% | 0.7% | - |
| HSV(B) | 210.2º | 0.59% | 1% | - |
| XYZ | 39.88 | 42.4 | 100.69 | - |
| YUV | 165.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 255 | 0.59 | 0.30 | 0 | 0 | 210.2 | 1 | 0.7 |
| Hex | 68 | B3 | FF | 3B | 1E | 0 | 0 | D2 | 64 | 46 |
| Octal | 150 | 263 | 377 | 73 | 36 | 0 | 0 | 322 | 144 | 106 |
| Binary | 1101000 | 10110011 | 11111111 | 111011 | 11110 | 0 | 0 | 11010010 | 1100100 | 1000110 |
Color Harmonies of #68B3FF
Complementary color
Monochromatic Colors of #68B3FF
Black with #68B3FF
Text Example
Text Example
White with #68B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3FF; }
p { color: rgb(104,179,255); }
H1.HeaderClassName
{
color: #68B3FF;
}
.AnyTagClassName
{
color: #68B3FF;
}
</style>
background-color css
<style>
a { background-color: #68B3FF; }
a { background-color: rgb(104,179,255); }
div.DivClassName
{
background-color: #68B3FF;
}
.BgClassName
{
background-color: #68B3FF;
}
</style>
border-color css
<style>
span { border-color: #68B3FF; }
span { border-color: rgb(104,179,255); }
td.TdClassName
{
border-color: #68B3FF;
}
.TagClassName
{
border-color: #68B3FF;
}
</style>