Shades of Maya Blue #68B4FE
Tints of Maya Blue #68B4FE
RGB
CMYK
RGB Variations
Color information
#68B4FE (or 0x68B4FE) is known color: Maya Blue. HEX triplet: 68, B4 and FE. RGB value is (104,180,254). Sum of RGB (Red+Green+Blue) = 104+180+254=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #68B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B4FE is #974B01. Grayscale: #A5A5A5. Windows color (decimal): -9915138 or 16692328. OLE color: 16692328.
HSL color Cylindrical-coordinate representation of color #68B4FE: hue angle of 209.6º 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 #68B4FE is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 180 | 254 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.00 |
| HSL | 209.6º | 0.99% | 0.7% | - |
| HSV(B) | 209.6º | 0.59% | 1% | - |
| XYZ | 39.92 | 42.74 | 99.91 | - |
| YUV | 165.71 | 177.82 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 254 | 0.59 | 0.29 | 0 | 0.00 | 209.6 | 0.99 | 0.7 |
| Hex | 68 | B4 | FE | 3B | 1D | 0 | 0 | D2 | 63 | 46 |
| Octal | 150 | 264 | 376 | 73 | 35 | 0 | 0 | 322 | 143 | 106 |
| Binary | 1101000 | 10110100 | 11111110 | 111011 | 11101 | 0 | 0 | 11010010 | 1100011 | 1000110 |
Color Harmonies of #68B4FE
Complementary color
Monochromatic Colors of #68B4FE
Black with #68B4FE
Text Example
Text Example
White with #68B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B4FE; }
p { color: rgb(104,180,254); }
H1.HeaderClassName
{
color: #68B4FE;
}
.AnyTagClassName
{
color: #68B4FE;
}
</style>
background-color css
<style>
a { background-color: #68B4FE; }
a { background-color: rgb(104,180,254); }
div.DivClassName
{
background-color: #68B4FE;
}
.BgClassName
{
background-color: #68B4FE;
}
</style>
border-color css
<style>
span { border-color: #68B4FE; }
span { border-color: rgb(104,180,254); }
td.TdClassName
{
border-color: #68B4FE;
}
.TagClassName
{
border-color: #68B4FE;
}
</style>