Shades of Fountain Blue #66ADB3
Tints of Fountain Blue #66ADB3
RGB
CMYK
RGB Variations
Color information
#66ADB3 (or 0x66ADB3) is known color: Fountain Blue. HEX triplet: 66, AD and B3. RGB value is (102,173,179). Sum of RGB (Red+Green+Blue) = 102+173+179=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #66ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADB3 is #99524C. Grayscale: #989898. Windows color (decimal): -10048077 or 11775334. OLE color: 11775334.
HSL color Cylindrical-coordinate representation of color #66ADB3: hue angle of 184.68º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66ADB3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 173 | 179 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.30 |
| HSL | 184.68º | 0.34% | 0.55% | - |
| HSV(B) | 184.68º | 0.43% | 0.7% | - |
| XYZ | 28.56 | 35.97 | 48.08 | - |
| YUV | 152.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 179 | 0.43 | 0.03 | 0 | 0.30 | 184.68 | 0.34 | 0.55 |
| Hex | 66 | AD | B3 | 2B | 3 | 0 | 1E | B9 | 22 | 37 |
| Octal | 146 | 255 | 263 | 53 | 3 | 0 | 36 | 271 | 42 | 67 |
| Binary | 1100110 | 10101101 | 10110011 | 101011 | 11 | 0 | 11110 | 10111001 | 100010 | 110111 |
Color Harmonies of #66ADB3
Complementary color
Monochromatic Colors of #66ADB3
Black with #66ADB3
Text Example
Text Example
White with #66ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADB3; }
p { color: rgb(102,173,179); }
H1.HeaderClassName
{
color: #66ADB3;
}
.AnyTagClassName
{
color: #66ADB3;
}
</style>
background-color css
<style>
a { background-color: #66ADB3; }
a { background-color: rgb(102,173,179); }
div.DivClassName
{
background-color: #66ADB3;
}
.BgClassName
{
background-color: #66ADB3;
}
</style>
border-color css
<style>
span { border-color: #66ADB3; }
span { border-color: rgb(102,173,179); }
td.TdClassName
{
border-color: #66ADB3;
}
.TagClassName
{
border-color: #66ADB3;
}
</style>