Shades of Glacier #66BBC7
Tints of Glacier #66BBC7
RGB
CMYK
RGB Variations
Color information
#66BBC7 (or 0x66BBC7) is known color: Glacier. HEX triplet: 66, BB and C7. RGB value is (102,187,199). Sum of RGB (Red+Green+Blue) = 102+187+199=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #66BBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBC7 is #994438. Grayscale: #A2A2A2. Windows color (decimal): -10044473 or 13089638. OLE color: 13089638.
HSL color Cylindrical-coordinate representation of color #66BBC7: hue angle of 187.42º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66BBC7 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 187 | 199 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.22 |
| HSL | 187.42º | 0.46% | 0.59% | - |
| HSV(B) | 187.42º | 0.49% | 0.78% | - |
| XYZ | 33.56 | 42.49 | 60.47 | - |
| YUV | 162.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 199 | 0.49 | 0.06 | 0 | 0.22 | 187.42 | 0.46 | 0.59 |
| Hex | 66 | BB | C7 | 31 | 6 | 0 | 16 | BB | 2E | 3B |
| Octal | 146 | 273 | 307 | 61 | 6 | 0 | 26 | 273 | 56 | 73 |
| Binary | 1100110 | 10111011 | 11000111 | 110001 | 110 | 0 | 10110 | 10111011 | 101110 | 111011 |
Color Harmonies of #66BBC7
Complementary color
Monochromatic Colors of #66BBC7
Black with #66BBC7
Text Example
Text Example
White with #66BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBC7; }
p { color: rgb(102,187,199); }
H1.HeaderClassName
{
color: #66BBC7;
}
.AnyTagClassName
{
color: #66BBC7;
}
</style>
background-color css
<style>
a { background-color: #66BBC7; }
a { background-color: rgb(102,187,199); }
div.DivClassName
{
background-color: #66BBC7;
}
.BgClassName
{
background-color: #66BBC7;
}
</style>
border-color css
<style>
span { border-color: #66BBC7; }
span { border-color: rgb(102,187,199); }
td.TdClassName
{
border-color: #66BBC7;
}
.TagClassName
{
border-color: #66BBC7;
}
</style>