Shades of Maya Blue #68CBF1
Tints of Maya Blue #68CBF1
RGB
CMYK
RGB Variations
Color information
#68CBF1 (or 0x68CBF1) is known color: Maya Blue. HEX triplet: 68, CB and F1. RGB value is (104,203,241). Sum of RGB (Red+Green+Blue) = 104+203+241=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #68CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBF1 is #97340E. Grayscale: #B1B1B1. Windows color (decimal): -9909263 or 15846248. OLE color: 15846248.
HSL color Cylindrical-coordinate representation of color #68CBF1: hue angle of 196.64º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CBF1 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 203 | 241 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.05 |
| HSL | 196.64º | 0.83% | 0.68% | - |
| HSV(B) | 196.64º | 0.57% | 0.95% | - |
| XYZ | 42.94 | 52.01 | 90.99 | - |
| YUV | 177.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 241 | 0.57 | 0.16 | 0 | 0.05 | 196.64 | 0.83 | 0.68 |
| Hex | 68 | CB | F1 | 39 | 10 | 0 | 5 | C5 | 53 | 44 |
| Octal | 150 | 313 | 361 | 71 | 20 | 0 | 5 | 305 | 123 | 104 |
| Binary | 1101000 | 11001011 | 11110001 | 111001 | 10000 | 0 | 101 | 11000101 | 1010011 | 1000100 |
Color Harmonies of #68CBF1
Complementary color
Monochromatic Colors of #68CBF1
Black with #68CBF1
Text Example
Text Example
White with #68CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBF1; }
p { color: rgb(104,203,241); }
H1.HeaderClassName
{
color: #68CBF1;
}
.AnyTagClassName
{
color: #68CBF1;
}
</style>
background-color css
<style>
a { background-color: #68CBF1; }
a { background-color: rgb(104,203,241); }
div.DivClassName
{
background-color: #68CBF1;
}
.BgClassName
{
background-color: #68CBF1;
}
</style>
border-color css
<style>
span { border-color: #68CBF1; }
span { border-color: rgb(104,203,241); }
td.TdClassName
{
border-color: #68CBF1;
}
.TagClassName
{
border-color: #68CBF1;
}
</style>