Shades of Fountain Blue #66ADBE
Tints of Fountain Blue #66ADBE
RGB
CMYK
RGB Variations
Color information
#66ADBE (or 0x66ADBE) is known color: Fountain Blue. HEX triplet: 66, AD and BE. RGB value is (102,173,190). Sum of RGB (Red+Green+Blue) = 102+173+190=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #66ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADBE is #995241. Grayscale: #999999. Windows color (decimal): -10048066 or 12496230. OLE color: 12496230.
HSL color Cylindrical-coordinate representation of color #66ADBE: hue angle of 191.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66ADBE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 173 | 190 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.25 |
| HSL | 191.59º | 0.4% | 0.57% | - |
| HSV(B) | 191.59º | 0.46% | 0.75% | - |
| XYZ | 29.72 | 36.43 | 54.18 | - |
| YUV | 153.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 190 | 0.46 | 0.09 | 0 | 0.25 | 191.59 | 0.4 | 0.57 |
| Hex | 66 | AD | BE | 2E | 9 | 0 | 19 | C0 | 28 | 39 |
| Octal | 146 | 255 | 276 | 56 | 11 | 0 | 31 | 300 | 50 | 71 |
| Binary | 1100110 | 10101101 | 10111110 | 101110 | 1001 | 0 | 11001 | 11000000 | 101000 | 111001 |
Color Harmonies of #66ADBE
Complementary color
Monochromatic Colors of #66ADBE
Black with #66ADBE
Text Example
Text Example
White with #66ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADBE; }
p { color: rgb(102,173,190); }
H1.HeaderClassName
{
color: #66ADBE;
}
.AnyTagClassName
{
color: #66ADBE;
}
</style>
background-color css
<style>
a { background-color: #66ADBE; }
a { background-color: rgb(102,173,190); }
div.DivClassName
{
background-color: #66ADBE;
}
.BgClassName
{
background-color: #66ADBE;
}
</style>
border-color css
<style>
span { border-color: #66ADBE; }
span { border-color: rgb(102,173,190); }
td.TdClassName
{
border-color: #66ADBE;
}
.TagClassName
{
border-color: #66ADBE;
}
</style>