Shades of Maya Blue #68CAF0
Tints of Maya Blue #68CAF0
RGB
CMYK
RGB Variations
Color information
#68CAF0 (or 0x68CAF0) is known color: Maya Blue. HEX triplet: 68, CA and F0. RGB value is (104,202,240). Sum of RGB (Red+Green+Blue) = 104+202+240=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #68CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAF0 is #97350F. Grayscale: #B0B0B0. Windows color (decimal): -9909520 or 15780456. OLE color: 15780456.
HSL color Cylindrical-coordinate representation of color #68CAF0: hue angle of 196.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CAF0 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 202 | 240 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.06 |
| HSL | 196.76º | 0.82% | 0.67% | - |
| HSV(B) | 196.76º | 0.57% | 0.94% | - |
| XYZ | 42.56 | 51.48 | 90.13 | - |
| YUV | 177.03 | 163.53 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 240 | 0.57 | 0.16 | 0 | 0.06 | 196.76 | 0.82 | 0.67 |
| Hex | 68 | CA | F0 | 39 | 10 | 0 | 6 | C5 | 52 | 43 |
| Octal | 150 | 312 | 360 | 71 | 20 | 0 | 6 | 305 | 122 | 103 |
| Binary | 1101000 | 11001010 | 11110000 | 111001 | 10000 | 0 | 110 | 11000101 | 1010010 | 1000011 |
Color Harmonies of #68CAF0
Complementary color
Monochromatic Colors of #68CAF0
Black with #68CAF0
Text Example
Text Example
White with #68CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAF0; }
p { color: rgb(104,202,240); }
H1.HeaderClassName
{
color: #68CAF0;
}
.AnyTagClassName
{
color: #68CAF0;
}
</style>
background-color css
<style>
a { background-color: #68CAF0; }
a { background-color: rgb(104,202,240); }
div.DivClassName
{
background-color: #68CAF0;
}
.BgClassName
{
background-color: #68CAF0;
}
</style>
border-color css
<style>
span { border-color: #68CAF0; }
span { border-color: rgb(104,202,240); }
td.TdClassName
{
border-color: #68CAF0;
}
.TagClassName
{
border-color: #68CAF0;
}
</style>