Shades of Fountain Blue #66B4B2
Tints of Fountain Blue #66B4B2
RGB
CMYK
RGB Variations
Color information
#66B4B2 (or 0x66B4B2) is known color: Fountain Blue. HEX triplet: 66, B4 and B2. RGB value is (102,180,178). Sum of RGB (Red+Green+Blue) = 102+180+178=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #66B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B4B2 is #994B4D. Grayscale: #9C9C9C. Windows color (decimal): -10046286 or 11711590. OLE color: 11711590.
HSL color Cylindrical-coordinate representation of color #66B4B2: hue angle of 178.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B4B2 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 178 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.29 |
| HSL | 178.46º | 0.34% | 0.55% | - |
| HSV(B) | 178.46º | 0.43% | 0.71% | - |
| XYZ | 29.84 | 38.68 | 48.01 | - |
| YUV | 156.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 178 | 0.43 | 0 | 0.01 | 0.29 | 178.46 | 0.34 | 0.55 |
| Hex | 66 | B4 | B2 | 2B | 0 | 1 | 1D | B2 | 22 | 37 |
| Octal | 146 | 264 | 262 | 53 | 0 | 1 | 35 | 262 | 42 | 67 |
| Binary | 1100110 | 10110100 | 10110010 | 101011 | 0 | 1 | 11101 | 10110010 | 100010 | 110111 |
Color Harmonies of #66B4B2
Complementary color
Monochromatic Colors of #66B4B2
Black with #66B4B2
Text Example
Text Example
White with #66B4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B4B2; }
p { color: rgb(102,180,178); }
H1.HeaderClassName
{
color: #66B4B2;
}
.AnyTagClassName
{
color: #66B4B2;
}
</style>
background-color css
<style>
a { background-color: #66B4B2; }
a { background-color: rgb(102,180,178); }
div.DivClassName
{
background-color: #66B4B2;
}
.BgClassName
{
background-color: #66B4B2;
}
</style>
border-color css
<style>
span { border-color: #66B4B2; }
span { border-color: rgb(102,180,178); }
td.TdClassName
{
border-color: #66B4B2;
}
.TagClassName
{
border-color: #66B4B2;
}
</style>