Shades of Maya Blue #68CDF9
Tints of Maya Blue #68CDF9
RGB
CMYK
RGB Variations
Color information
#68CDF9 (or 0x68CDF9) is known color: Maya Blue. HEX triplet: 68, CD and F9. RGB value is (104,205,249). Sum of RGB (Red+Green+Blue) = 104+205+249=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #68CDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDF9 is #973206. Grayscale: #B3B3B3. Windows color (decimal): -9908743 or 16371048. OLE color: 16371048.
HSL color Cylindrical-coordinate representation of color #68CDF9: hue angle of 198.21º degrees, saturation: 0.92, 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 #68CDF9 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 205 | 249 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.02 |
| HSL | 198.21º | 0.92% | 0.69% | - |
| HSV(B) | 198.21º | 0.58% | 0.98% | - |
| XYZ | 44.64 | 53.45 | 97.59 | - |
| YUV | 179.82 | 167.04 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 249 | 0.58 | 0.18 | 0 | 0.02 | 198.21 | 0.92 | 0.69 |
| Hex | 68 | CD | F9 | 3A | 12 | 0 | 2 | C6 | 5C | 45 |
| Octal | 150 | 315 | 371 | 72 | 22 | 0 | 2 | 306 | 134 | 105 |
| Binary | 1101000 | 11001101 | 11111001 | 111010 | 10010 | 0 | 10 | 11000110 | 1011100 | 1000101 |
Color Harmonies of #68CDF9
Complementary color
Monochromatic Colors of #68CDF9
Black with #68CDF9
Text Example
Text Example
White with #68CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDF9; }
p { color: rgb(104,205,249); }
H1.HeaderClassName
{
color: #68CDF9;
}
.AnyTagClassName
{
color: #68CDF9;
}
</style>
background-color css
<style>
a { background-color: #68CDF9; }
a { background-color: rgb(104,205,249); }
div.DivClassName
{
background-color: #68CDF9;
}
.BgClassName
{
background-color: #68CDF9;
}
</style>
border-color css
<style>
span { border-color: #68CDF9; }
span { border-color: rgb(104,205,249); }
td.TdClassName
{
border-color: #68CDF9;
}
.TagClassName
{
border-color: #68CDF9;
}
</style>