Shades of Maya Blue #68AEFE
Tints of Maya Blue #68AEFE
RGB
CMYK
RGB Variations
Color information
#68AEFE (or 0x68AEFE) is known color: Maya Blue. HEX triplet: 68, AE and FE. RGB value is (104,174,254). Sum of RGB (Red+Green+Blue) = 104+174+254=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #68AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEFE is #975101. Grayscale: #A1A1A1. Windows color (decimal): -9916674 or 16690792. OLE color: 16690792.
HSL color Cylindrical-coordinate representation of color #68AEFE: hue angle of 212º 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 #68AEFE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 174 | 254 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.00 |
| HSL | 212º | 0.99% | 0.7% | - |
| HSV(B) | 212º | 0.59% | 1% | - |
| XYZ | 38.73 | 40.37 | 99.52 | - |
| YUV | 162.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 254 | 0.59 | 0.31 | 0 | 0.00 | 212 | 0.99 | 0.7 |
| Hex | 68 | AE | FE | 3B | 1F | 0 | 0 | D4 | 63 | 46 |
| Octal | 150 | 256 | 376 | 73 | 37 | 0 | 0 | 324 | 143 | 106 |
| Binary | 1101000 | 10101110 | 11111110 | 111011 | 11111 | 0 | 0 | 11010100 | 1100011 | 1000110 |
Color Harmonies of #68AEFE
Complementary color
Monochromatic Colors of #68AEFE
Black with #68AEFE
Text Example
Text Example
White with #68AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEFE; }
p { color: rgb(104,174,254); }
H1.HeaderClassName
{
color: #68AEFE;
}
.AnyTagClassName
{
color: #68AEFE;
}
</style>
background-color css
<style>
a { background-color: #68AEFE; }
a { background-color: rgb(104,174,254); }
div.DivClassName
{
background-color: #68AEFE;
}
.BgClassName
{
background-color: #68AEFE;
}
</style>
border-color css
<style>
span { border-color: #68AEFE; }
span { border-color: rgb(104,174,254); }
td.TdClassName
{
border-color: #68AEFE;
}
.TagClassName
{
border-color: #68AEFE;
}
</style>