Shades of Fountain Blue #66BEC0
Tints of Fountain Blue #66BEC0
RGB
CMYK
RGB Variations
Color information
#66BEC0 (or 0x66BEC0) is known color: Fountain Blue. HEX triplet: 66, BE and C0. RGB value is (102,190,192). Sum of RGB (Red+Green+Blue) = 102+190+192=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #66BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEC0 is #99413F. Grayscale: #A3A3A3. Windows color (decimal): -10043712 or 12631654. OLE color: 12631654.
HSL color Cylindrical-coordinate representation of color #66BEC0: hue angle of 181.33º 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 #66BEC0 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 192 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.25 |
| HSL | 181.33º | 0.42% | 0.58% | - |
| HSV(B) | 181.33º | 0.47% | 0.75% | - |
| XYZ | 33.41 | 43.46 | 56.5 | - |
| YUV | 163.92 | 143.85 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 192 | 0.47 | 0.01 | 0 | 0.25 | 181.33 | 0.42 | 0.58 |
| Hex | 66 | BE | C0 | 2F | 1 | 0 | 19 | B5 | 2A | 3A |
| Octal | 146 | 276 | 300 | 57 | 1 | 0 | 31 | 265 | 52 | 72 |
| Binary | 1100110 | 10111110 | 11000000 | 101111 | 1 | 0 | 11001 | 10110101 | 101010 | 111010 |
Color Harmonies of #66BEC0
Complementary color
Monochromatic Colors of #66BEC0
Black with #66BEC0
Text Example
Text Example
White with #66BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEC0; }
p { color: rgb(102,190,192); }
H1.HeaderClassName
{
color: #66BEC0;
}
.AnyTagClassName
{
color: #66BEC0;
}
</style>
background-color css
<style>
a { background-color: #66BEC0; }
a { background-color: rgb(102,190,192); }
div.DivClassName
{
background-color: #66BEC0;
}
.BgClassName
{
background-color: #66BEC0;
}
</style>
border-color css
<style>
span { border-color: #66BEC0; }
span { border-color: rgb(102,190,192); }
td.TdClassName
{
border-color: #66BEC0;
}
.TagClassName
{
border-color: #66BEC0;
}
</style>