Shades of Maya Blue #68C3F7
Tints of Maya Blue #68C3F7
RGB
CMYK
RGB Variations
Color information
#68C3F7 (or 0x68C3F7) is known color: Maya Blue. HEX triplet: 68, C3 and F7. RGB value is (104,195,247). Sum of RGB (Red+Green+Blue) = 104+195+247=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #68C3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C3F7 is #973C08. Grayscale: #ADADAD. Windows color (decimal): -9911305 or 16237416. OLE color: 16237416.
HSL color Cylindrical-coordinate representation of color #68C3F7: hue angle of 201.82º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C3F7 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 195 | 247 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.03 |
| HSL | 201.82º | 0.9% | 0.69% | - |
| HSV(B) | 201.82º | 0.58% | 0.97% | - |
| XYZ | 42.01 | 48.69 | 95.18 | - |
| YUV | 173.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 247 | 0.58 | 0.21 | 0 | 0.03 | 201.82 | 0.9 | 0.69 |
| Hex | 68 | C3 | F7 | 3A | 15 | 0 | 3 | CA | 5A | 45 |
| Octal | 150 | 303 | 367 | 72 | 25 | 0 | 3 | 312 | 132 | 105 |
| Binary | 1101000 | 11000011 | 11110111 | 111010 | 10101 | 0 | 11 | 11001010 | 1011010 | 1000101 |
Color Harmonies of #68C3F7
Complementary color
Monochromatic Colors of #68C3F7
Black with #68C3F7
Text Example
Text Example
White with #68C3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3F7; }
p { color: rgb(104,195,247); }
H1.HeaderClassName
{
color: #68C3F7;
}
.AnyTagClassName
{
color: #68C3F7;
}
</style>
background-color css
<style>
a { background-color: #68C3F7; }
a { background-color: rgb(104,195,247); }
div.DivClassName
{
background-color: #68C3F7;
}
.BgClassName
{
background-color: #68C3F7;
}
</style>
border-color css
<style>
span { border-color: #68C3F7; }
span { border-color: rgb(104,195,247); }
td.TdClassName
{
border-color: #68C3F7;
}
.TagClassName
{
border-color: #68C3F7;
}
</style>