Shades of Glacier #66BEC7
Tints of Glacier #66BEC7
RGB
CMYK
RGB Variations
Color information
#66BEC7 (or 0x66BEC7) is known color: Glacier. HEX triplet: 66, BE and C7. RGB value is (102,190,199). Sum of RGB (Red+Green+Blue) = 102+190+199=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #66BEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEC7 is #994138. Grayscale: #A4A4A4. Windows color (decimal): -10043705 or 13090406. OLE color: 13090406.
HSL color Cylindrical-coordinate representation of color #66BEC7: hue angle of 185.57º 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 #66BEC7 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 190 | 199 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.22 |
| HSL | 185.57º | 0.46% | 0.59% | - |
| HSV(B) | 185.57º | 0.49% | 0.78% | - |
| XYZ | 34.2 | 43.78 | 60.68 | - |
| YUV | 164.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 199 | 0.49 | 0.05 | 0 | 0.22 | 185.57 | 0.46 | 0.59 |
| Hex | 66 | BE | C7 | 31 | 5 | 0 | 16 | BA | 2E | 3B |
| Octal | 146 | 276 | 307 | 61 | 5 | 0 | 26 | 272 | 56 | 73 |
| Binary | 1100110 | 10111110 | 11000111 | 110001 | 101 | 0 | 10110 | 10111010 | 101110 | 111011 |
Color Harmonies of #66BEC7
Complementary color
Monochromatic Colors of #66BEC7
Black with #66BEC7
Text Example
Text Example
White with #66BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEC7; }
p { color: rgb(102,190,199); }
H1.HeaderClassName
{
color: #66BEC7;
}
.AnyTagClassName
{
color: #66BEC7;
}
</style>
background-color css
<style>
a { background-color: #66BEC7; }
a { background-color: rgb(102,190,199); }
div.DivClassName
{
background-color: #66BEC7;
}
.BgClassName
{
background-color: #66BEC7;
}
</style>
border-color css
<style>
span { border-color: #66BEC7; }
span { border-color: rgb(102,190,199); }
td.TdClassName
{
border-color: #66BEC7;
}
.TagClassName
{
border-color: #66BEC7;
}
</style>