Shades of Maya Blue #68B2FF
Tints of Maya Blue #68B2FF
RGB
CMYK
RGB Variations
Color information
#68B2FF (or 0x68B2FF) is known color: Maya Blue. HEX triplet: 68, B2 and FF. RGB value is (104,178,255). Sum of RGB (Red+Green+Blue) = 104+178+255=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2FF is #974D00. Grayscale: #A4A4A4. Windows color (decimal): -9915649 or 16757352. OLE color: 16757352.
HSL color Cylindrical-coordinate representation of color #68B2FF: hue angle of 210.6º 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 #68B2FF is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 178 | 255 | - |
| CMYK | 0.59 | 0.30 | 0 | 0 |
| HSL | 210.6º | 1% | 0.7% | - |
| HSV(B) | 210.6º | 0.59% | 1% | - |
| XYZ | 39.68 | 42 | 100.62 | - |
| YUV | 164.65 | 178.98 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 255 | 0.59 | 0.30 | 0 | 0 | 210.6 | 1 | 0.7 |
| Hex | 68 | B2 | FF | 3B | 1E | 0 | 0 | D3 | 64 | 46 |
| Octal | 150 | 262 | 377 | 73 | 36 | 0 | 0 | 323 | 144 | 106 |
| Binary | 1101000 | 10110010 | 11111111 | 111011 | 11110 | 0 | 0 | 11010011 | 1100100 | 1000110 |
Color Harmonies of #68B2FF
Complementary color
Monochromatic Colors of #68B2FF
Black with #68B2FF
Text Example
Text Example
White with #68B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2FF; }
p { color: rgb(104,178,255); }
H1.HeaderClassName
{
color: #68B2FF;
}
.AnyTagClassName
{
color: #68B2FF;
}
</style>
background-color css
<style>
a { background-color: #68B2FF; }
a { background-color: rgb(104,178,255); }
div.DivClassName
{
background-color: #68B2FF;
}
.BgClassName
{
background-color: #68B2FF;
}
</style>
border-color css
<style>
span { border-color: #68B2FF; }
span { border-color: rgb(104,178,255); }
td.TdClassName
{
border-color: #68B2FF;
}
.TagClassName
{
border-color: #68B2FF;
}
</style>