Shades of Maya Blue #68BDFE
Tints of Maya Blue #68BDFE
RGB
CMYK
RGB Variations
Color information
#68BDFE (or 0x68BDFE) is known color: Maya Blue. HEX triplet: 68, BD and FE. RGB value is (104,189,254). Sum of RGB (Red+Green+Blue) = 104+189+254=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #68BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDFE is #974201. Grayscale: #AAAAAA. Windows color (decimal): -9912834 or 16694632. OLE color: 16694632.
HSL color Cylindrical-coordinate representation of color #68BDFE: hue angle of 206º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BDFE is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 189 | 254 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.00 |
| HSL | 206º | 0.99% | 0.7% | - |
| HSV(B) | 206º | 0.59% | 1% | - |
| XYZ | 41.8 | 46.49 | 100.54 | - |
| YUV | 171 | 174.84 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 254 | 0.59 | 0.26 | 0 | 0.00 | 206 | 0.99 | 0.7 |
| Hex | 68 | BD | FE | 3B | 1A | 0 | 0 | CE | 63 | 46 |
| Octal | 150 | 275 | 376 | 73 | 32 | 0 | 0 | 316 | 143 | 106 |
| Binary | 1101000 | 10111101 | 11111110 | 111011 | 11010 | 0 | 0 | 11001110 | 1100011 | 1000110 |
Color Harmonies of #68BDFE
Complementary color
Monochromatic Colors of #68BDFE
Black with #68BDFE
Text Example
Text Example
White with #68BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDFE; }
p { color: rgb(104,189,254); }
H1.HeaderClassName
{
color: #68BDFE;
}
.AnyTagClassName
{
color: #68BDFE;
}
</style>
background-color css
<style>
a { background-color: #68BDFE; }
a { background-color: rgb(104,189,254); }
div.DivClassName
{
background-color: #68BDFE;
}
.BgClassName
{
background-color: #68BDFE;
}
</style>
border-color css
<style>
span { border-color: #68BDFE; }
span { border-color: rgb(104,189,254); }
td.TdClassName
{
border-color: #68BDFE;
}
.TagClassName
{
border-color: #68BDFE;
}
</style>