Shades of Fountain Blue #66AFB7
Tints of Fountain Blue #66AFB7
RGB
CMYK
RGB Variations
Color information
#66AFB7 (or 0x66AFB7) is known color: Fountain Blue. HEX triplet: 66, AF and B7. RGB value is (102,175,183). Sum of RGB (Red+Green+Blue) = 102+175+183=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #66AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFB7 is #995048. Grayscale: #999999. Windows color (decimal): -10047561 or 12037990. OLE color: 12037990.
HSL color Cylindrical-coordinate representation of color #66AFB7: hue angle of 185.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66AFB7 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 175 | 183 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.28 |
| HSL | 185.93º | 0.36% | 0.56% | - |
| HSV(B) | 185.93º | 0.44% | 0.72% | - |
| XYZ | 29.36 | 36.9 | 50.38 | - |
| YUV | 154.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 183 | 0.44 | 0.04 | 0 | 0.28 | 185.93 | 0.36 | 0.56 |
| Hex | 66 | AF | B7 | 2C | 4 | 0 | 1C | BA | 24 | 38 |
| Octal | 146 | 257 | 267 | 54 | 4 | 0 | 34 | 272 | 44 | 70 |
| Binary | 1100110 | 10101111 | 10110111 | 101100 | 100 | 0 | 11100 | 10111010 | 100100 | 111000 |
Color Harmonies of #66AFB7
Complementary color
Monochromatic Colors of #66AFB7
Black with #66AFB7
Text Example
Text Example
White with #66AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AFB7; }
p { color: rgb(102,175,183); }
H1.HeaderClassName
{
color: #66AFB7;
}
.AnyTagClassName
{
color: #66AFB7;
}
</style>
background-color css
<style>
a { background-color: #66AFB7; }
a { background-color: rgb(102,175,183); }
div.DivClassName
{
background-color: #66AFB7;
}
.BgClassName
{
background-color: #66AFB7;
}
</style>
border-color css
<style>
span { border-color: #66AFB7; }
span { border-color: rgb(102,175,183); }
td.TdClassName
{
border-color: #66AFB7;
}
.TagClassName
{
border-color: #66AFB7;
}
</style>