Shades of Glacier #65BCC6
Tints of Glacier #65BCC6
RGB
CMYK
RGB Variations
Color information
#65BCC6 (or 0x65BCC6) is known color: Glacier. HEX triplet: 65, BC and C6. RGB value is (101,188,198). Sum of RGB (Red+Green+Blue) = 101+188+198=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #65BCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCC6 is #9A4339. Grayscale: #A2A2A2. Windows color (decimal): -10109754 or 13024357. OLE color: 13024357.
HSL color Cylindrical-coordinate representation of color #65BCC6: hue angle of 186.19º 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 #65BCC6 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 188 | 198 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.22 |
| HSL | 186.19º | 0.46% | 0.59% | - |
| HSV(B) | 186.19º | 0.49% | 0.78% | - |
| XYZ | 33.54 | 42.81 | 59.92 | - |
| YUV | 163.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 198 | 0.49 | 0.05 | 0 | 0.22 | 186.19 | 0.46 | 0.59 |
| Hex | 65 | BC | C6 | 31 | 5 | 0 | 16 | BA | 2E | 3B |
| Octal | 145 | 274 | 306 | 61 | 5 | 0 | 26 | 272 | 56 | 73 |
| Binary | 1100101 | 10111100 | 11000110 | 110001 | 101 | 0 | 10110 | 10111010 | 101110 | 111011 |
Color Harmonies of #65BCC6
Complementary color
Monochromatic Colors of #65BCC6
Black with #65BCC6
Text Example
Text Example
White with #65BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCC6; }
p { color: rgb(101,188,198); }
H1.HeaderClassName
{
color: #65BCC6;
}
.AnyTagClassName
{
color: #65BCC6;
}
</style>
background-color css
<style>
a { background-color: #65BCC6; }
a { background-color: rgb(101,188,198); }
div.DivClassName
{
background-color: #65BCC6;
}
.BgClassName
{
background-color: #65BCC6;
}
</style>
border-color css
<style>
span { border-color: #65BCC6; }
span { border-color: rgb(101,188,198); }
td.TdClassName
{
border-color: #65BCC6;
}
.TagClassName
{
border-color: #65BCC6;
}
</style>