Shades of Maya Blue #68BBFF
Tints of Maya Blue #68BBFF
RGB
CMYK
RGB Variations
Color information
#68BBFF (or 0x68BBFF) is known color: Maya Blue. HEX triplet: 68, BB and FF. RGB value is (104,187,255). Sum of RGB (Red+Green+Blue) = 104+187+255=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #68BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBFF is #974400. Grayscale: #A9A9A9. Windows color (decimal): -9913345 or 16759656. OLE color: 16759656.
HSL color Cylindrical-coordinate representation of color #68BBFF: hue angle of 207.02º 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 #68BBFF is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 187 | 255 | - |
| CMYK | 0.59 | 0.27 | 0 | 0 |
| HSL | 207.02º | 1% | 0.7% | - |
| HSV(B) | 207.02º | 0.59% | 1% | - |
| XYZ | 41.53 | 45.7 | 101.24 | - |
| YUV | 169.94 | 176 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 255 | 0.59 | 0.27 | 0 | 0 | 207.02 | 1 | 0.7 |
| Hex | 68 | BB | FF | 3B | 1B | 0 | 0 | CF | 64 | 46 |
| Octal | 150 | 273 | 377 | 73 | 33 | 0 | 0 | 317 | 144 | 106 |
| Binary | 1101000 | 10111011 | 11111111 | 111011 | 11011 | 0 | 0 | 11001111 | 1100100 | 1000110 |
Color Harmonies of #68BBFF
Complementary color
Monochromatic Colors of #68BBFF
Black with #68BBFF
Text Example
Text Example
White with #68BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBFF; }
p { color: rgb(104,187,255); }
H1.HeaderClassName
{
color: #68BBFF;
}
.AnyTagClassName
{
color: #68BBFF;
}
</style>
background-color css
<style>
a { background-color: #68BBFF; }
a { background-color: rgb(104,187,255); }
div.DivClassName
{
background-color: #68BBFF;
}
.BgClassName
{
background-color: #68BBFF;
}
</style>
border-color css
<style>
span { border-color: #68BBFF; }
span { border-color: rgb(104,187,255); }
td.TdClassName
{
border-color: #68BBFF;
}
.TagClassName
{
border-color: #68BBFF;
}
</style>