Shades of Maya Blue #68CFFD
Tints of Maya Blue #68CFFD
RGB
CMYK
RGB Variations
Color information
#68CFFD (or 0x68CFFD) is known color: Maya Blue. HEX triplet: 68, CF and FD. RGB value is (104,207,253). Sum of RGB (Red+Green+Blue) = 104+207+253=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFFD is #973002. Grayscale: #B5B5B5. Windows color (decimal): -9908227 or 16633704. OLE color: 16633704.
HSL color Cylindrical-coordinate representation of color #68CFFD: hue angle of 198.52º 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 #68CFFD is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 207 | 253 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.01 |
| HSL | 198.52º | 0.97% | 0.7% | - |
| HSV(B) | 198.52º | 0.59% | 0.99% | - |
| XYZ | 45.75 | 54.66 | 101.07 | - |
| YUV | 181.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 253 | 0.59 | 0.18 | 0 | 0.01 | 198.52 | 0.97 | 0.7 |
| Hex | 68 | CF | FD | 3B | 12 | 0 | 1 | C7 | 61 | 46 |
| Octal | 150 | 317 | 375 | 73 | 22 | 0 | 1 | 307 | 141 | 106 |
| Binary | 1101000 | 11001111 | 11111101 | 111011 | 10010 | 0 | 1 | 11000111 | 1100001 | 1000110 |
Color Harmonies of #68CFFD
Complementary color
Monochromatic Colors of #68CFFD
Black with #68CFFD
Text Example
Text Example
White with #68CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFFD; }
p { color: rgb(104,207,253); }
H1.HeaderClassName
{
color: #68CFFD;
}
.AnyTagClassName
{
color: #68CFFD;
}
</style>
background-color css
<style>
a { background-color: #68CFFD; }
a { background-color: rgb(104,207,253); }
div.DivClassName
{
background-color: #68CFFD;
}
.BgClassName
{
background-color: #68CFFD;
}
</style>
border-color css
<style>
span { border-color: #68CFFD; }
span { border-color: rgb(104,207,253); }
td.TdClassName
{
border-color: #68CFFD;
}
.TagClassName
{
border-color: #68CFFD;
}
</style>