Shades of Maya Blue #68BFF1
Tints of Maya Blue #68BFF1
RGB
CMYK
RGB Variations
Color information
#68BFF1 (or 0x68BFF1) is known color: Maya Blue. HEX triplet: 68, BF and F1. RGB value is (104,191,241). Sum of RGB (Red+Green+Blue) = 104+191+241=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #68BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFF1 is #97400E. Grayscale: #AAAAAA. Windows color (decimal): -9912335 or 15843176. OLE color: 15843176.
HSL color Cylindrical-coordinate representation of color #68BFF1: hue angle of 201.9º degrees, saturation: 0.83, 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 #68BFF1 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 191 | 241 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.05 |
| HSL | 201.9º | 0.83% | 0.68% | - |
| HSV(B) | 201.9º | 0.57% | 0.95% | - |
| XYZ | 40.22 | 46.56 | 90.09 | - |
| YUV | 170.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 241 | 0.57 | 0.21 | 0 | 0.05 | 201.9 | 0.83 | 0.68 |
| Hex | 68 | BF | F1 | 39 | 15 | 0 | 5 | CA | 53 | 44 |
| Octal | 150 | 277 | 361 | 71 | 25 | 0 | 5 | 312 | 123 | 104 |
| Binary | 1101000 | 10111111 | 11110001 | 111001 | 10101 | 0 | 101 | 11001010 | 1010011 | 1000100 |
Color Harmonies of #68BFF1
Complementary color
Monochromatic Colors of #68BFF1
Black with #68BFF1
Text Example
Text Example
White with #68BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFF1; }
p { color: rgb(104,191,241); }
H1.HeaderClassName
{
color: #68BFF1;
}
.AnyTagClassName
{
color: #68BFF1;
}
</style>
background-color css
<style>
a { background-color: #68BFF1; }
a { background-color: rgb(104,191,241); }
div.DivClassName
{
background-color: #68BFF1;
}
.BgClassName
{
background-color: #68BFF1;
}
</style>
border-color css
<style>
span { border-color: #68BFF1; }
span { border-color: rgb(104,191,241); }
td.TdClassName
{
border-color: #68BFF1;
}
.TagClassName
{
border-color: #68BFF1;
}
</style>