Shades of Fountain Blue #68BEC2
Tints of Fountain Blue #68BEC2
RGB
CMYK
RGB Variations
Color information
#68BEC2 (or 0x68BEC2) is known color: Fountain Blue. HEX triplet: 68, BE and C2. RGB value is (104,190,194). Sum of RGB (Red+Green+Blue) = 104+190+194=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #68BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEC2 is #97413D. Grayscale: #A4A4A4. Windows color (decimal): -9912638 or 12762728. OLE color: 12762728.
HSL color Cylindrical-coordinate representation of color #68BEC2: hue angle of 182.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BEC2 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 190 | 194 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.24 |
| HSL | 182.67º | 0.42% | 0.58% | - |
| HSV(B) | 182.67º | 0.46% | 0.76% | - |
| XYZ | 33.86 | 43.67 | 57.68 | - |
| YUV | 164.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 194 | 0.46 | 0.02 | 0 | 0.24 | 182.67 | 0.42 | 0.58 |
| Hex | 68 | BE | C2 | 2E | 2 | 0 | 18 | B7 | 2A | 3A |
| Octal | 150 | 276 | 302 | 56 | 2 | 0 | 30 | 267 | 52 | 72 |
| Binary | 1101000 | 10111110 | 11000010 | 101110 | 10 | 0 | 11000 | 10110111 | 101010 | 111010 |
Color Harmonies of #68BEC2
Complementary color
Monochromatic Colors of #68BEC2
Black with #68BEC2
Text Example
Text Example
White with #68BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEC2; }
p { color: rgb(104,190,194); }
H1.HeaderClassName
{
color: #68BEC2;
}
.AnyTagClassName
{
color: #68BEC2;
}
</style>
background-color css
<style>
a { background-color: #68BEC2; }
a { background-color: rgb(104,190,194); }
div.DivClassName
{
background-color: #68BEC2;
}
.BgClassName
{
background-color: #68BEC2;
}
</style>
border-color css
<style>
span { border-color: #68BEC2; }
span { border-color: rgb(104,190,194); }
td.TdClassName
{
border-color: #68BEC2;
}
.TagClassName
{
border-color: #68BEC2;
}
</style>