Shades of Maya Blue #68BFF3
Tints of Maya Blue #68BFF3
RGB
CMYK
RGB Variations
Color information
#68BFF3 (or 0x68BFF3) is known color: Maya Blue. HEX triplet: 68, BF and F3. RGB value is (104,191,243). Sum of RGB (Red+Green+Blue) = 104+191+243=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #68BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFF3 is #97400C. Grayscale: #AAAAAA. Windows color (decimal): -9912333 or 15974248. OLE color: 15974248.
HSL color Cylindrical-coordinate representation of color #68BFF3: hue angle of 202.45º 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 #68BFF3 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 191 | 243 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.05 |
| HSL | 202.45º | 0.85% | 0.68% | - |
| HSV(B) | 202.45º | 0.57% | 0.95% | - |
| XYZ | 40.52 | 46.68 | 91.67 | - |
| YUV | 170.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 243 | 0.57 | 0.21 | 0 | 0.05 | 202.45 | 0.85 | 0.68 |
| Hex | 68 | BF | F3 | 39 | 15 | 0 | 5 | CA | 55 | 44 |
| Octal | 150 | 277 | 363 | 71 | 25 | 0 | 5 | 312 | 125 | 104 |
| Binary | 1101000 | 10111111 | 11110011 | 111001 | 10101 | 0 | 101 | 11001010 | 1010101 | 1000100 |
Color Harmonies of #68BFF3
Complementary color
Monochromatic Colors of #68BFF3
Black with #68BFF3
Text Example
Text Example
White with #68BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFF3; }
p { color: rgb(104,191,243); }
H1.HeaderClassName
{
color: #68BFF3;
}
.AnyTagClassName
{
color: #68BFF3;
}
</style>
background-color css
<style>
a { background-color: #68BFF3; }
a { background-color: rgb(104,191,243); }
div.DivClassName
{
background-color: #68BFF3;
}
.BgClassName
{
background-color: #68BFF3;
}
</style>
border-color css
<style>
span { border-color: #68BFF3; }
span { border-color: rgb(104,191,243); }
td.TdClassName
{
border-color: #68BFF3;
}
.TagClassName
{
border-color: #68BFF3;
}
</style>