Shades of Maya Blue #68C4FA
Tints of Maya Blue #68C4FA
RGB
CMYK
RGB Variations
Color information
#68C4FA (or 0x68C4FA) is known color: Maya Blue. HEX triplet: 68, C4 and FA. RGB value is (104,196,250). Sum of RGB (Red+Green+Blue) = 104+196+250=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #68C4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C4FA is #973B05. Grayscale: #AEAEAE. Windows color (decimal): -9911046 or 16434280. OLE color: 16434280.
HSL color Cylindrical-coordinate representation of color #68C4FA: hue angle of 202.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C4FA is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 196 | 250 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.02 |
| HSL | 202.19º | 0.94% | 0.69% | - |
| HSV(B) | 202.19º | 0.58% | 0.98% | - |
| XYZ | 42.7 | 49.33 | 97.71 | - |
| YUV | 174.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 250 | 0.58 | 0.22 | 0 | 0.02 | 202.19 | 0.94 | 0.69 |
| Hex | 68 | C4 | FA | 3A | 16 | 0 | 2 | CA | 5E | 45 |
| Octal | 150 | 304 | 372 | 72 | 26 | 0 | 2 | 312 | 136 | 105 |
| Binary | 1101000 | 11000100 | 11111010 | 111010 | 10110 | 0 | 10 | 11001010 | 1011110 | 1000101 |
Color Harmonies of #68C4FA
Complementary color
Monochromatic Colors of #68C4FA
Black with #68C4FA
Text Example
Text Example
White with #68C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C4FA; }
p { color: rgb(104,196,250); }
H1.HeaderClassName
{
color: #68C4FA;
}
.AnyTagClassName
{
color: #68C4FA;
}
</style>
background-color css
<style>
a { background-color: #68C4FA; }
a { background-color: rgb(104,196,250); }
div.DivClassName
{
background-color: #68C4FA;
}
.BgClassName
{
background-color: #68C4FA;
}
</style>
border-color css
<style>
span { border-color: #68C4FA; }
span { border-color: rgb(104,196,250); }
td.TdClassName
{
border-color: #68C4FA;
}
.TagClassName
{
border-color: #68C4FA;
}
</style>