Shades of Maya Blue #68B5F3
Tints of Maya Blue #68B5F3
RGB
CMYK
RGB Variations
Color information
#68B5F3 (or 0x68B5F3) is known color: Maya Blue. HEX triplet: 68, B5 and F3. RGB value is (104,181,243). Sum of RGB (Red+Green+Blue) = 104+181+243=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #68B5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5F3 is #974A0C. Grayscale: #A4A4A4. Windows color (decimal): -9914893 or 15971688. OLE color: 15971688.
HSL color Cylindrical-coordinate representation of color #68B5F3: hue angle of 206.76º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68B5F3 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 181 | 243 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.05 |
| HSL | 206.76º | 0.85% | 0.68% | - |
| HSV(B) | 206.76º | 0.57% | 0.95% | - |
| XYZ | 38.41 | 42.46 | 90.97 | - |
| YUV | 165.05 | 171.99 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 243 | 0.57 | 0.26 | 0 | 0.05 | 206.76 | 0.85 | 0.68 |
| Hex | 68 | B5 | F3 | 39 | 1A | 0 | 5 | CF | 55 | 44 |
| Octal | 150 | 265 | 363 | 71 | 32 | 0 | 5 | 317 | 125 | 104 |
| Binary | 1101000 | 10110101 | 11110011 | 111001 | 11010 | 0 | 101 | 11001111 | 1010101 | 1000100 |
Color Harmonies of #68B5F3
Complementary color
Monochromatic Colors of #68B5F3
Black with #68B5F3
Text Example
Text Example
White with #68B5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5F3; }
p { color: rgb(104,181,243); }
H1.HeaderClassName
{
color: #68B5F3;
}
.AnyTagClassName
{
color: #68B5F3;
}
</style>
background-color css
<style>
a { background-color: #68B5F3; }
a { background-color: rgb(104,181,243); }
div.DivClassName
{
background-color: #68B5F3;
}
.BgClassName
{
background-color: #68B5F3;
}
</style>
border-color css
<style>
span { border-color: #68B5F3; }
span { border-color: rgb(104,181,243); }
td.TdClassName
{
border-color: #68B5F3;
}
.TagClassName
{
border-color: #68B5F3;
}
</style>