Shades of Fountain Blue #66BEC1
Tints of Fountain Blue #66BEC1
RGB
CMYK
RGB Variations
Color information
#66BEC1 (or 0x66BEC1) is known color: Fountain Blue. HEX triplet: 66, BE and C1. RGB value is (102,190,193). Sum of RGB (Red+Green+Blue) = 102+190+193=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #66BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEC1 is #99413E. Grayscale: #A3A3A3. Windows color (decimal): -10043711 or 12697190. OLE color: 12697190.
HSL color Cylindrical-coordinate representation of color #66BEC1: hue angle of 181.98º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BEC1 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 190 | 193 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.24 |
| HSL | 181.98º | 0.42% | 0.58% | - |
| HSV(B) | 181.98º | 0.47% | 0.76% | - |
| XYZ | 33.52 | 43.5 | 57.08 | - |
| YUV | 164.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 193 | 0.47 | 0.02 | 0 | 0.24 | 181.98 | 0.42 | 0.58 |
| Hex | 66 | BE | C1 | 2F | 2 | 0 | 18 | B6 | 2A | 3A |
| Octal | 146 | 276 | 301 | 57 | 2 | 0 | 30 | 266 | 52 | 72 |
| Binary | 1100110 | 10111110 | 11000001 | 101111 | 10 | 0 | 11000 | 10110110 | 101010 | 111010 |
Color Harmonies of #66BEC1
Complementary color
Monochromatic Colors of #66BEC1
Black with #66BEC1
Text Example
Text Example
White with #66BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEC1; }
p { color: rgb(102,190,193); }
H1.HeaderClassName
{
color: #66BEC1;
}
.AnyTagClassName
{
color: #66BEC1;
}
</style>
background-color css
<style>
a { background-color: #66BEC1; }
a { background-color: rgb(102,190,193); }
div.DivClassName
{
background-color: #66BEC1;
}
.BgClassName
{
background-color: #66BEC1;
}
</style>
border-color css
<style>
span { border-color: #66BEC1; }
span { border-color: rgb(102,190,193); }
td.TdClassName
{
border-color: #66BEC1;
}
.TagClassName
{
border-color: #66BEC1;
}
</style>