Shades of Glacier #66BEC5
Tints of Glacier #66BEC5
RGB
CMYK
RGB Variations
Color information
#66BEC5 (or 0x66BEC5) is known color: Glacier. HEX triplet: 66, BE and C5. RGB value is (102,190,197). Sum of RGB (Red+Green+Blue) = 102+190+197=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #66BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEC5 is #99413A. Grayscale: #A4A4A4. Windows color (decimal): -10043707 or 12959334. OLE color: 12959334.
HSL color Cylindrical-coordinate representation of color #66BEC5: hue angle of 184.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66BEC5 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 190 | 197 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.23 |
| HSL | 184.42º | 0.45% | 0.59% | - |
| HSV(B) | 184.42º | 0.48% | 0.77% | - |
| XYZ | 33.97 | 43.68 | 59.46 | - |
| YUV | 164.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 197 | 0.48 | 0.04 | 0 | 0.23 | 184.42 | 0.45 | 0.59 |
| Hex | 66 | BE | C5 | 30 | 4 | 0 | 17 | B8 | 2D | 3B |
| Octal | 146 | 276 | 305 | 60 | 4 | 0 | 27 | 270 | 55 | 73 |
| Binary | 1100110 | 10111110 | 11000101 | 110000 | 100 | 0 | 10111 | 10111000 | 101101 | 111011 |
Color Harmonies of #66BEC5
Complementary color
Monochromatic Colors of #66BEC5
Black with #66BEC5
Text Example
Text Example
White with #66BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEC5; }
p { color: rgb(102,190,197); }
H1.HeaderClassName
{
color: #66BEC5;
}
.AnyTagClassName
{
color: #66BEC5;
}
</style>
background-color css
<style>
a { background-color: #66BEC5; }
a { background-color: rgb(102,190,197); }
div.DivClassName
{
background-color: #66BEC5;
}
.BgClassName
{
background-color: #66BEC5;
}
</style>
border-color css
<style>
span { border-color: #66BEC5; }
span { border-color: rgb(102,190,197); }
td.TdClassName
{
border-color: #66BEC5;
}
.TagClassName
{
border-color: #66BEC5;
}
</style>