Shades of Fountain Blue #66BAC0
Tints of Fountain Blue #66BAC0
RGB
CMYK
RGB Variations
Color information
#66BAC0 (or 0x66BAC0) is known color: Fountain Blue. HEX triplet: 66, BA and C0. RGB value is (102,186,192). Sum of RGB (Red+Green+Blue) = 102+186+192=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #66BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BAC0 is #99453F. Grayscale: #A1A1A1. Windows color (decimal): -10044736 or 12630630. OLE color: 12630630.
HSL color Cylindrical-coordinate representation of color #66BAC0: hue angle of 184º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BAC0 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 186 | 192 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.25 |
| HSL | 184º | 0.42% | 0.58% | - |
| HSV(B) | 184º | 0.47% | 0.75% | - |
| XYZ | 32.55 | 41.75 | 56.21 | - |
| YUV | 161.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 192 | 0.47 | 0.03 | 0 | 0.25 | 184 | 0.42 | 0.58 |
| Hex | 66 | BA | C0 | 2F | 3 | 0 | 19 | B8 | 2A | 3A |
| Octal | 146 | 272 | 300 | 57 | 3 | 0 | 31 | 270 | 52 | 72 |
| Binary | 1100110 | 10111010 | 11000000 | 101111 | 11 | 0 | 11001 | 10111000 | 101010 | 111010 |
Color Harmonies of #66BAC0
Complementary color
Monochromatic Colors of #66BAC0
Black with #66BAC0
Text Example
Text Example
White with #66BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BAC0; }
p { color: rgb(102,186,192); }
H1.HeaderClassName
{
color: #66BAC0;
}
.AnyTagClassName
{
color: #66BAC0;
}
</style>
background-color css
<style>
a { background-color: #66BAC0; }
a { background-color: rgb(102,186,192); }
div.DivClassName
{
background-color: #66BAC0;
}
.BgClassName
{
background-color: #66BAC0;
}
</style>
border-color css
<style>
span { border-color: #66BAC0; }
span { border-color: rgb(102,186,192); }
td.TdClassName
{
border-color: #66BAC0;
}
.TagClassName
{
border-color: #66BAC0;
}
</style>