Shades of Maya Blue #68C3F1
Tints of Maya Blue #68C3F1
RGB
CMYK
RGB Variations
Color information
#68C3F1 (or 0x68C3F1) is known color: Maya Blue. HEX triplet: 68, C3 and F1. RGB value is (104,195,241). Sum of RGB (Red+Green+Blue) = 104+195+241=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #68C3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C3F1 is #973C0E. Grayscale: #ACACAC. Windows color (decimal): -9911311 or 15844200. OLE color: 15844200.
HSL color Cylindrical-coordinate representation of color #68C3F1: hue angle of 200.15º 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 #68C3F1 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 195 | 241 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.05 |
| HSL | 200.15º | 0.83% | 0.68% | - |
| HSV(B) | 200.15º | 0.57% | 0.95% | - |
| XYZ | 41.1 | 48.32 | 90.38 | - |
| YUV | 173.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 241 | 0.57 | 0.19 | 0 | 0.05 | 200.15 | 0.83 | 0.68 |
| Hex | 68 | C3 | F1 | 39 | 13 | 0 | 5 | C8 | 53 | 44 |
| Octal | 150 | 303 | 361 | 71 | 23 | 0 | 5 | 310 | 123 | 104 |
| Binary | 1101000 | 11000011 | 11110001 | 111001 | 10011 | 0 | 101 | 11001000 | 1010011 | 1000100 |
Color Harmonies of #68C3F1
Complementary color
Monochromatic Colors of #68C3F1
Black with #68C3F1
Text Example
Text Example
White with #68C3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3F1; }
p { color: rgb(104,195,241); }
H1.HeaderClassName
{
color: #68C3F1;
}
.AnyTagClassName
{
color: #68C3F1;
}
</style>
background-color css
<style>
a { background-color: #68C3F1; }
a { background-color: rgb(104,195,241); }
div.DivClassName
{
background-color: #68C3F1;
}
.BgClassName
{
background-color: #68C3F1;
}
</style>
border-color css
<style>
span { border-color: #68C3F1; }
span { border-color: rgb(104,195,241); }
td.TdClassName
{
border-color: #68C3F1;
}
.TagClassName
{
border-color: #68C3F1;
}
</style>