Shades of Maya Blue #68C9FD
Tints of Maya Blue #68C9FD
RGB
CMYK
RGB Variations
Color information
#68C9FD (or 0x68C9FD) is known color: Maya Blue. HEX triplet: 68, C9 and FD. RGB value is (104,201,253). Sum of RGB (Red+Green+Blue) = 104+201+253=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #68C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C9FD is #973602. Grayscale: #B1B1B1. Windows color (decimal): -9909763 or 16632168. OLE color: 16632168.
HSL color Cylindrical-coordinate representation of color #68C9FD: hue angle of 200.94º 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 #68C9FD is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 201 | 253 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.01 |
| HSL | 200.94º | 0.97% | 0.7% | - |
| HSV(B) | 200.94º | 0.59% | 0.99% | - |
| XYZ | 44.33 | 51.81 | 100.59 | - |
| YUV | 177.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 253 | 0.59 | 0.21 | 0 | 0.01 | 200.94 | 0.97 | 0.7 |
| Hex | 68 | C9 | FD | 3B | 15 | 0 | 1 | C9 | 61 | 46 |
| Octal | 150 | 311 | 375 | 73 | 25 | 0 | 1 | 311 | 141 | 106 |
| Binary | 1101000 | 11001001 | 11111101 | 111011 | 10101 | 0 | 1 | 11001001 | 1100001 | 1000110 |
Color Harmonies of #68C9FD
Complementary color
Monochromatic Colors of #68C9FD
Black with #68C9FD
Text Example
Text Example
White with #68C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9FD; }
p { color: rgb(104,201,253); }
H1.HeaderClassName
{
color: #68C9FD;
}
.AnyTagClassName
{
color: #68C9FD;
}
</style>
background-color css
<style>
a { background-color: #68C9FD; }
a { background-color: rgb(104,201,253); }
div.DivClassName
{
background-color: #68C9FD;
}
.BgClassName
{
background-color: #68C9FD;
}
</style>
border-color css
<style>
span { border-color: #68C9FD; }
span { border-color: rgb(104,201,253); }
td.TdClassName
{
border-color: #68C9FD;
}
.TagClassName
{
border-color: #68C9FD;
}
</style>