Shades of Fountain Blue #6EBDBB
Tints of Fountain Blue #6EBDBB
RGB
CMYK
RGB Variations
Color information
#6EBDBB (or 0x6EBDBB) is known color: Fountain Blue. HEX triplet: 6E, BD and BB. RGB value is (110,189,187). Sum of RGB (Red+Green+Blue) = 110+189+187=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDBB is #914244. Grayscale: #A5A5A5. Windows color (decimal): -9519685 or 12303726. OLE color: 12303726.
HSL color Cylindrical-coordinate representation of color #6EBDBB: hue angle of 178.48º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDBB is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 187 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.26 |
| HSL | 178.48º | 0.37% | 0.59% | - |
| HSV(B) | 178.48º | 0.42% | 0.74% | - |
| XYZ | 33.6 | 43.3 | 53.6 | - |
| YUV | 165.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 187 | 0.42 | 0 | 0.01 | 0.26 | 178.48 | 0.37 | 0.59 |
| Hex | 6E | BD | BB | 2A | 0 | 1 | 1A | B2 | 25 | 3B |
| Octal | 156 | 275 | 273 | 52 | 0 | 1 | 32 | 262 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10111011 | 101010 | 0 | 1 | 11010 | 10110010 | 100101 | 111011 |
Color Harmonies of #6EBDBB
Complementary color
Monochromatic Colors of #6EBDBB
Black with #6EBDBB
Text Example
Text Example
White with #6EBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDBB; }
p { color: rgb(110,189,187); }
H1.HeaderClassName
{
color: #6EBDBB;
}
.AnyTagClassName
{
color: #6EBDBB;
}
</style>
background-color css
<style>
a { background-color: #6EBDBB; }
a { background-color: rgb(110,189,187); }
div.DivClassName
{
background-color: #6EBDBB;
}
.BgClassName
{
background-color: #6EBDBB;
}
</style>
border-color css
<style>
span { border-color: #6EBDBB; }
span { border-color: rgb(110,189,187); }
td.TdClassName
{
border-color: #6EBDBB;
}
.TagClassName
{
border-color: #6EBDBB;
}
</style>