Shades of Maya Blue #68BDFF
Tints of Maya Blue #68BDFF
RGB
CMYK
RGB Variations
Color information
#68BDFF (or 0x68BDFF) is known color: Maya Blue. HEX triplet: 68, BD and FF. RGB value is (104,189,255). Sum of RGB (Red+Green+Blue) = 104+189+255=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #68BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDFF is #974200. Grayscale: #AAAAAA. Windows color (decimal): -9912833 or 16760168. OLE color: 16760168.
HSL color Cylindrical-coordinate representation of color #68BDFF: hue angle of 206.23º 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 #68BDFF is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 189 | 255 | - |
| CMYK | 0.59 | 0.26 | 0 | 0 |
| HSL | 206.23º | 1% | 0.7% | - |
| HSV(B) | 206.23º | 0.59% | 1% | - |
| XYZ | 41.96 | 46.56 | 101.38 | - |
| YUV | 171.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 255 | 0.59 | 0.26 | 0 | 0 | 206.23 | 1 | 0.7 |
| Hex | 68 | BD | FF | 3B | 1A | 0 | 0 | CE | 64 | 46 |
| Octal | 150 | 275 | 377 | 73 | 32 | 0 | 0 | 316 | 144 | 106 |
| Binary | 1101000 | 10111101 | 11111111 | 111011 | 11010 | 0 | 0 | 11001110 | 1100100 | 1000110 |
Color Harmonies of #68BDFF
Complementary color
Monochromatic Colors of #68BDFF
Black with #68BDFF
Text Example
Text Example
White with #68BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDFF; }
p { color: rgb(104,189,255); }
H1.HeaderClassName
{
color: #68BDFF;
}
.AnyTagClassName
{
color: #68BDFF;
}
</style>
background-color css
<style>
a { background-color: #68BDFF; }
a { background-color: rgb(104,189,255); }
div.DivClassName
{
background-color: #68BDFF;
}
.BgClassName
{
background-color: #68BDFF;
}
</style>
border-color css
<style>
span { border-color: #68BDFF; }
span { border-color: rgb(104,189,255); }
td.TdClassName
{
border-color: #68BDFF;
}
.TagClassName
{
border-color: #68BDFF;
}
</style>