Shades of Maya Blue #68B8F3
Tints of Maya Blue #68B8F3
RGB
CMYK
RGB Variations
Color information
#68B8F3 (or 0x68B8F3) is known color: Maya Blue. HEX triplet: 68, B8 and F3. RGB value is (104,184,243). Sum of RGB (Red+Green+Blue) = 104+184+243=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #68B8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B8F3 is #97470C. Grayscale: #A6A6A6. Windows color (decimal): -9914125 or 15972456. OLE color: 15972456.
HSL color Cylindrical-coordinate representation of color #68B8F3: hue angle of 205.47º 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 #68B8F3 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 184 | 243 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.05 |
| HSL | 205.47º | 0.85% | 0.68% | - |
| HSV(B) | 205.47º | 0.57% | 0.95% | - |
| XYZ | 39.03 | 43.7 | 91.17 | - |
| YUV | 166.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 243 | 0.57 | 0.24 | 0 | 0.05 | 205.47 | 0.85 | 0.68 |
| Hex | 68 | B8 | F3 | 39 | 18 | 0 | 5 | CD | 55 | 44 |
| Octal | 150 | 270 | 363 | 71 | 30 | 0 | 5 | 315 | 125 | 104 |
| Binary | 1101000 | 10111000 | 11110011 | 111001 | 11000 | 0 | 101 | 11001101 | 1010101 | 1000100 |
Color Harmonies of #68B8F3
Complementary color
Monochromatic Colors of #68B8F3
Black with #68B8F3
Text Example
Text Example
White with #68B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B8F3; }
p { color: rgb(104,184,243); }
H1.HeaderClassName
{
color: #68B8F3;
}
.AnyTagClassName
{
color: #68B8F3;
}
</style>
background-color css
<style>
a { background-color: #68B8F3; }
a { background-color: rgb(104,184,243); }
div.DivClassName
{
background-color: #68B8F3;
}
.BgClassName
{
background-color: #68B8F3;
}
</style>
border-color css
<style>
span { border-color: #68B8F3; }
span { border-color: rgb(104,184,243); }
td.TdClassName
{
border-color: #68B8F3;
}
.TagClassName
{
border-color: #68B8F3;
}
</style>