Shades of Maya Blue #68B3FA
Tints of Maya Blue #68B3FA
RGB
CMYK
RGB Variations
Color information
#68B3FA (or 0x68B3FA) is known color: Maya Blue. HEX triplet: 68, B3 and FA. RGB value is (104,179,250). Sum of RGB (Red+Green+Blue) = 104+179+250=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #68B3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3FA is #974C05. Grayscale: #A4A4A4. Windows color (decimal): -9915398 or 16429928. OLE color: 16429928.
HSL color Cylindrical-coordinate representation of color #68B3FA: hue angle of 209.18º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B3FA is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 179 | 250 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.02 |
| HSL | 209.18º | 0.94% | 0.69% | - |
| HSV(B) | 209.18º | 0.58% | 0.98% | - |
| XYZ | 39.08 | 42.09 | 96.51 | - |
| YUV | 164.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 250 | 0.58 | 0.28 | 0 | 0.02 | 209.18 | 0.94 | 0.69 |
| Hex | 68 | B3 | FA | 3A | 1C | 0 | 2 | D1 | 5E | 45 |
| Octal | 150 | 263 | 372 | 72 | 34 | 0 | 2 | 321 | 136 | 105 |
| Binary | 1101000 | 10110011 | 11111010 | 111010 | 11100 | 0 | 10 | 11010001 | 1011110 | 1000101 |
Color Harmonies of #68B3FA
Complementary color
Monochromatic Colors of #68B3FA
Black with #68B3FA
Text Example
Text Example
White with #68B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3FA; }
p { color: rgb(104,179,250); }
H1.HeaderClassName
{
color: #68B3FA;
}
.AnyTagClassName
{
color: #68B3FA;
}
</style>
background-color css
<style>
a { background-color: #68B3FA; }
a { background-color: rgb(104,179,250); }
div.DivClassName
{
background-color: #68B3FA;
}
.BgClassName
{
background-color: #68B3FA;
}
</style>
border-color css
<style>
span { border-color: #68B3FA; }
span { border-color: rgb(104,179,250); }
td.TdClassName
{
border-color: #68B3FA;
}
.TagClassName
{
border-color: #68B3FA;
}
</style>