Shades of Fountain Blue #66A5AF
Tints of Fountain Blue #66A5AF
RGB
CMYK
RGB Variations
Color information
#66A5AF (or 0x66A5AF) is known color: Fountain Blue. HEX triplet: 66, A5 and AF. RGB value is (102,165,175). Sum of RGB (Red+Green+Blue) = 102+165+175=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #66A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A5AF is #995A50. Grayscale: #939393. Windows color (decimal): -10050129 or 11511142. OLE color: 11511142.
HSL color Cylindrical-coordinate representation of color #66A5AF: hue angle of 188.22º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66A5AF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 165 | 175 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.31 |
| HSL | 188.22º | 0.31% | 0.54% | - |
| HSV(B) | 188.22º | 0.42% | 0.69% | - |
| XYZ | 26.67 | 32.83 | 45.49 | - |
| YUV | 147.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 175 | 0.42 | 0.06 | 0 | 0.31 | 188.22 | 0.31 | 0.54 |
| Hex | 66 | A5 | AF | 2A | 6 | 0 | 1F | BC | 1F | 36 |
| Octal | 146 | 245 | 257 | 52 | 6 | 0 | 37 | 274 | 37 | 66 |
| Binary | 1100110 | 10100101 | 10101111 | 101010 | 110 | 0 | 11111 | 10111100 | 11111 | 110110 |
Color Harmonies of #66A5AF
Complementary color
Monochromatic Colors of #66A5AF
Black with #66A5AF
Text Example
Text Example
White with #66A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A5AF; }
p { color: rgb(102,165,175); }
H1.HeaderClassName
{
color: #66A5AF;
}
.AnyTagClassName
{
color: #66A5AF;
}
</style>
background-color css
<style>
a { background-color: #66A5AF; }
a { background-color: rgb(102,165,175); }
div.DivClassName
{
background-color: #66A5AF;
}
.BgClassName
{
background-color: #66A5AF;
}
</style>
border-color css
<style>
span { border-color: #66A5AF; }
span { border-color: rgb(102,165,175); }
td.TdClassName
{
border-color: #66A5AF;
}
.TagClassName
{
border-color: #66A5AF;
}
</style>