Shades of Fountain Blue #66BDC4
Tints of Fountain Blue #66BDC4
RGB
CMYK
RGB Variations
Color information
#66BDC4 (or 0x66BDC4) is known color: Fountain Blue. HEX triplet: 66, BD and C4. RGB value is (102,189,196). Sum of RGB (Red+Green+Blue) = 102+189+196=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #66BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDC4 is #99423B. Grayscale: #A3A3A3. Windows color (decimal): -10043964 or 12893542. OLE color: 12893542.
HSL color Cylindrical-coordinate representation of color #66BDC4: hue angle of 184.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66BDC4 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 189 | 196 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.23 |
| HSL | 184.47º | 0.44% | 0.58% | - |
| HSV(B) | 184.47º | 0.48% | 0.77% | - |
| XYZ | 33.64 | 43.21 | 58.79 | - |
| YUV | 163.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 196 | 0.48 | 0.04 | 0 | 0.23 | 184.47 | 0.44 | 0.58 |
| Hex | 66 | BD | C4 | 30 | 4 | 0 | 17 | B8 | 2C | 3A |
| Octal | 146 | 275 | 304 | 60 | 4 | 0 | 27 | 270 | 54 | 72 |
| Binary | 1100110 | 10111101 | 11000100 | 110000 | 100 | 0 | 10111 | 10111000 | 101100 | 111010 |
Color Harmonies of #66BDC4
Complementary color
Monochromatic Colors of #66BDC4
Black with #66BDC4
Text Example
Text Example
White with #66BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDC4; }
p { color: rgb(102,189,196); }
H1.HeaderClassName
{
color: #66BDC4;
}
.AnyTagClassName
{
color: #66BDC4;
}
</style>
background-color css
<style>
a { background-color: #66BDC4; }
a { background-color: rgb(102,189,196); }
div.DivClassName
{
background-color: #66BDC4;
}
.BgClassName
{
background-color: #66BDC4;
}
</style>
border-color css
<style>
span { border-color: #66BDC4; }
span { border-color: rgb(102,189,196); }
td.TdClassName
{
border-color: #66BDC4;
}
.TagClassName
{
border-color: #66BDC4;
}
</style>