Shades of Maya Blue #68C4FD
Tints of Maya Blue #68C4FD
RGB
CMYK
RGB Variations
Color information
#68C4FD (or 0x68C4FD) is known color: Maya Blue. HEX triplet: 68, C4 and FD. RGB value is (104,196,253). Sum of RGB (Red+Green+Blue) = 104+196+253=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #68C4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C4FD is #973B02. Grayscale: #AEAEAE. Windows color (decimal): -9911043 or 16630888. OLE color: 16630888.
HSL color Cylindrical-coordinate representation of color #68C4FD: hue angle of 202.95º degrees, saturation: 0.97, 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 #68C4FD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 196 | 253 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.01 |
| HSL | 202.95º | 0.97% | 0.7% | - |
| HSV(B) | 202.95º | 0.59% | 0.99% | - |
| XYZ | 43.18 | 49.51 | 100.21 | - |
| YUV | 174.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 253 | 0.59 | 0.23 | 0 | 0.01 | 202.95 | 0.97 | 0.7 |
| Hex | 68 | C4 | FD | 3B | 17 | 0 | 1 | CB | 61 | 46 |
| Octal | 150 | 304 | 375 | 73 | 27 | 0 | 1 | 313 | 141 | 106 |
| Binary | 1101000 | 11000100 | 11111101 | 111011 | 10111 | 0 | 1 | 11001011 | 1100001 | 1000110 |
Color Harmonies of #68C4FD
Complementary color
Monochromatic Colors of #68C4FD
Black with #68C4FD
Text Example
Text Example
White with #68C4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C4FD; }
p { color: rgb(104,196,253); }
H1.HeaderClassName
{
color: #68C4FD;
}
.AnyTagClassName
{
color: #68C4FD;
}
</style>
background-color css
<style>
a { background-color: #68C4FD; }
a { background-color: rgb(104,196,253); }
div.DivClassName
{
background-color: #68C4FD;
}
.BgClassName
{
background-color: #68C4FD;
}
</style>
border-color css
<style>
span { border-color: #68C4FD; }
span { border-color: rgb(104,196,253); }
td.TdClassName
{
border-color: #68C4FD;
}
.TagClassName
{
border-color: #68C4FD;
}
</style>