Shades of Glacier #66BDC6
Tints of Glacier #66BDC6
RGB
CMYK
RGB Variations
Color information
#66BDC6 (or 0x66BDC6) is known color: Glacier. HEX triplet: 66, BD and C6. RGB value is (102,189,198). Sum of RGB (Red+Green+Blue) = 102+189+198=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #66BDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDC6 is #994239. Grayscale: #A3A3A3. Windows color (decimal): -10043962 or 13024614. OLE color: 13024614.
HSL color Cylindrical-coordinate representation of color #66BDC6: hue angle of 185.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66BDC6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 189 | 198 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.22 |
| HSL | 185.63º | 0.46% | 0.59% | - |
| HSV(B) | 185.63º | 0.48% | 0.78% | - |
| XYZ | 33.87 | 43.3 | 60 | - |
| YUV | 164.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 198 | 0.48 | 0.05 | 0 | 0.22 | 185.63 | 0.46 | 0.59 |
| Hex | 66 | BD | C6 | 30 | 5 | 0 | 16 | BA | 2E | 3B |
| Octal | 146 | 275 | 306 | 60 | 5 | 0 | 26 | 272 | 56 | 73 |
| Binary | 1100110 | 10111101 | 11000110 | 110000 | 101 | 0 | 10110 | 10111010 | 101110 | 111011 |
Color Harmonies of #66BDC6
Complementary color
Monochromatic Colors of #66BDC6
Black with #66BDC6
Text Example
Text Example
White with #66BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDC6; }
p { color: rgb(102,189,198); }
H1.HeaderClassName
{
color: #66BDC6;
}
.AnyTagClassName
{
color: #66BDC6;
}
</style>
background-color css
<style>
a { background-color: #66BDC6; }
a { background-color: rgb(102,189,198); }
div.DivClassName
{
background-color: #66BDC6;
}
.BgClassName
{
background-color: #66BDC6;
}
</style>
border-color css
<style>
span { border-color: #66BDC6; }
span { border-color: rgb(102,189,198); }
td.TdClassName
{
border-color: #66BDC6;
}
.TagClassName
{
border-color: #66BDC6;
}
</style>