Shades of Glacier #66B1C2
Tints of Glacier #66B1C2
RGB
CMYK
RGB Variations
Color information
#66B1C2 (or 0x66B1C2) is known color: Glacier. HEX triplet: 66, B1 and C2. RGB value is (102,177,194). Sum of RGB (Red+Green+Blue) = 102+177+194=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #66B1C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B1C2 is #994E3D. Grayscale: #9C9C9C. Windows color (decimal): -10047038 or 12759398. OLE color: 12759398.
HSL color Cylindrical-coordinate representation of color #66B1C2: hue angle of 191.09º degrees, saturation: 0.43, 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 #66B1C2 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 177 | 194 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.24 |
| HSL | 191.09º | 0.43% | 0.58% | - |
| HSV(B) | 191.09º | 0.47% | 0.76% | - |
| XYZ | 30.94 | 38.16 | 56.77 | - |
| YUV | 156.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 194 | 0.47 | 0.09 | 0 | 0.24 | 191.09 | 0.43 | 0.58 |
| Hex | 66 | B1 | C2 | 2F | 9 | 0 | 18 | BF | 2B | 3A |
| Octal | 146 | 261 | 302 | 57 | 11 | 0 | 30 | 277 | 53 | 72 |
| Binary | 1100110 | 10110001 | 11000010 | 101111 | 1001 | 0 | 11000 | 10111111 | 101011 | 111010 |
Color Harmonies of #66B1C2
Complementary color
Monochromatic Colors of #66B1C2
Black with #66B1C2
Text Example
Text Example
White with #66B1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B1C2; }
p { color: rgb(102,177,194); }
H1.HeaderClassName
{
color: #66B1C2;
}
.AnyTagClassName
{
color: #66B1C2;
}
</style>
background-color css
<style>
a { background-color: #66B1C2; }
a { background-color: rgb(102,177,194); }
div.DivClassName
{
background-color: #66B1C2;
}
.BgClassName
{
background-color: #66B1C2;
}
</style>
border-color css
<style>
span { border-color: #66B1C2; }
span { border-color: rgb(102,177,194); }
td.TdClassName
{
border-color: #66B1C2;
}
.TagClassName
{
border-color: #66B1C2;
}
</style>