Shades of Maya Blue #68BAFB
Tints of Maya Blue #68BAFB
RGB
CMYK
RGB Variations
Color information
#68BAFB (or 0x68BAFB) is known color: Maya Blue. HEX triplet: 68, BA and FB. RGB value is (104,186,251). Sum of RGB (Red+Green+Blue) = 104+186+251=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #68BAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFB is #974504. Grayscale: #A8A8A8. Windows color (decimal): -9913605 or 16497256. OLE color: 16497256.
HSL color Cylindrical-coordinate representation of color #68BAFB: hue angle of 206.53º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BAFB is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 186 | 251 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.02 |
| HSL | 206.53º | 0.95% | 0.7% | - |
| HSV(B) | 206.53º | 0.59% | 0.98% | - |
| XYZ | 40.68 | 45.03 | 97.81 | - |
| YUV | 168.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 251 | 0.59 | 0.26 | 0 | 0.02 | 206.53 | 0.95 | 0.7 |
| Hex | 68 | BA | FB | 3B | 1A | 0 | 2 | CF | 5F | 46 |
| Octal | 150 | 272 | 373 | 73 | 32 | 0 | 2 | 317 | 137 | 106 |
| Binary | 1101000 | 10111010 | 11111011 | 111011 | 11010 | 0 | 10 | 11001111 | 1011111 | 1000110 |
Color Harmonies of #68BAFB
Complementary color
Monochromatic Colors of #68BAFB
Black with #68BAFB
Text Example
Text Example
White with #68BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAFB; }
p { color: rgb(104,186,251); }
H1.HeaderClassName
{
color: #68BAFB;
}
.AnyTagClassName
{
color: #68BAFB;
}
</style>
background-color css
<style>
a { background-color: #68BAFB; }
a { background-color: rgb(104,186,251); }
div.DivClassName
{
background-color: #68BAFB;
}
.BgClassName
{
background-color: #68BAFB;
}
</style>
border-color css
<style>
span { border-color: #68BAFB; }
span { border-color: rgb(104,186,251); }
td.TdClassName
{
border-color: #68BAFB;
}
.TagClassName
{
border-color: #68BAFB;
}
</style>