Shades of Maya Blue #68CBF7
Tints of Maya Blue #68CBF7
RGB
CMYK
RGB Variations
Color information
#68CBF7 (or 0x68CBF7) is known color: Maya Blue. HEX triplet: 68, CB and F7. RGB value is (104,203,247). Sum of RGB (Red+Green+Blue) = 104+203+247=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #68CBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBF7 is #973408. Grayscale: #B2B2B2. Windows color (decimal): -9909257 or 16239464. OLE color: 16239464.
HSL color Cylindrical-coordinate representation of color #68CBF7: hue angle of 198.46º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CBF7 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 203 | 247 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.03 |
| HSL | 198.46º | 0.9% | 0.69% | - |
| HSV(B) | 198.46º | 0.58% | 0.97% | - |
| XYZ | 43.85 | 52.37 | 95.79 | - |
| YUV | 178.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 247 | 0.58 | 0.18 | 0 | 0.03 | 198.46 | 0.9 | 0.69 |
| Hex | 68 | CB | F7 | 3A | 12 | 0 | 3 | C6 | 5A | 45 |
| Octal | 150 | 313 | 367 | 72 | 22 | 0 | 3 | 306 | 132 | 105 |
| Binary | 1101000 | 11001011 | 11110111 | 111010 | 10010 | 0 | 11 | 11000110 | 1011010 | 1000101 |
Color Harmonies of #68CBF7
Complementary color
Monochromatic Colors of #68CBF7
Black with #68CBF7
Text Example
Text Example
White with #68CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBF7; }
p { color: rgb(104,203,247); }
H1.HeaderClassName
{
color: #68CBF7;
}
.AnyTagClassName
{
color: #68CBF7;
}
</style>
background-color css
<style>
a { background-color: #68CBF7; }
a { background-color: rgb(104,203,247); }
div.DivClassName
{
background-color: #68CBF7;
}
.BgClassName
{
background-color: #68CBF7;
}
</style>
border-color css
<style>
span { border-color: #68CBF7; }
span { border-color: rgb(104,203,247); }
td.TdClassName
{
border-color: #68CBF7;
}
.TagClassName
{
border-color: #68CBF7;
}
</style>