Shades of Maya Blue #68C3FC
Tints of Maya Blue #68C3FC
RGB
CMYK
RGB Variations
Color information
#68C3FC (or 0x68C3FC) is known color: Maya Blue. HEX triplet: 68, C3 and FC. RGB value is (104,195,252). Sum of RGB (Red+Green+Blue) = 104+195+252=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #68C3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C3FC is #973C03. Grayscale: #ADADAD. Windows color (decimal): -9911300 or 16565096. OLE color: 16565096.
HSL color Cylindrical-coordinate representation of color #68C3FC: hue angle of 203.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C3FC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 195 | 252 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.01 |
| HSL | 203.11º | 0.96% | 0.7% | - |
| HSV(B) | 203.11º | 0.59% | 0.99% | - |
| XYZ | 42.79 | 49 | 99.3 | - |
| YUV | 174.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 252 | 0.59 | 0.23 | 0 | 0.01 | 203.11 | 0.96 | 0.7 |
| Hex | 68 | C3 | FC | 3B | 17 | 0 | 1 | CB | 60 | 46 |
| Octal | 150 | 303 | 374 | 73 | 27 | 0 | 1 | 313 | 140 | 106 |
| Binary | 1101000 | 11000011 | 11111100 | 111011 | 10111 | 0 | 1 | 11001011 | 1100000 | 1000110 |
Color Harmonies of #68C3FC
Complementary color
Monochromatic Colors of #68C3FC
Black with #68C3FC
Text Example
Text Example
White with #68C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3FC; }
p { color: rgb(104,195,252); }
H1.HeaderClassName
{
color: #68C3FC;
}
.AnyTagClassName
{
color: #68C3FC;
}
</style>
background-color css
<style>
a { background-color: #68C3FC; }
a { background-color: rgb(104,195,252); }
div.DivClassName
{
background-color: #68C3FC;
}
.BgClassName
{
background-color: #68C3FC;
}
</style>
border-color css
<style>
span { border-color: #68C3FC; }
span { border-color: rgb(104,195,252); }
td.TdClassName
{
border-color: #68C3FC;
}
.TagClassName
{
border-color: #68C3FC;
}
</style>