Shades of Glacier #69B5C5
Tints of Glacier #69B5C5
RGB
CMYK
RGB Variations
Color information
#69B5C5 (or 0x69B5C5) is known color: Glacier. HEX triplet: 69, B5 and C5. RGB value is (105,181,197). Sum of RGB (Red+Green+Blue) = 105+181+197=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #69B5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5C5 is #964A3A. Grayscale: #9F9F9F. Windows color (decimal): -9849403 or 12957033. OLE color: 12957033.
HSL color Cylindrical-coordinate representation of color #69B5C5: hue angle of 190.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69B5C5 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 181 | 197 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.23 |
| HSL | 190.43º | 0.44% | 0.59% | - |
| HSV(B) | 190.43º | 0.47% | 0.77% | - |
| XYZ | 32.43 | 40.08 | 58.85 | - |
| YUV | 160.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 197 | 0.47 | 0.08 | 0 | 0.23 | 190.43 | 0.44 | 0.59 |
| Hex | 69 | B5 | C5 | 2F | 8 | 0 | 17 | BE | 2C | 3B |
| Octal | 151 | 265 | 305 | 57 | 10 | 0 | 27 | 276 | 54 | 73 |
| Binary | 1101001 | 10110101 | 11000101 | 101111 | 1000 | 0 | 10111 | 10111110 | 101100 | 111011 |
Color Harmonies of #69B5C5
Complementary color
Monochromatic Colors of #69B5C5
Black with #69B5C5
Text Example
Text Example
White with #69B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B5C5; }
p { color: rgb(105,181,197); }
H1.HeaderClassName
{
color: #69B5C5;
}
.AnyTagClassName
{
color: #69B5C5;
}
</style>
background-color css
<style>
a { background-color: #69B5C5; }
a { background-color: rgb(105,181,197); }
div.DivClassName
{
background-color: #69B5C5;
}
.BgClassName
{
background-color: #69B5C5;
}
</style>
border-color css
<style>
span { border-color: #69B5C5; }
span { border-color: rgb(105,181,197); }
td.TdClassName
{
border-color: #69B5C5;
}
.TagClassName
{
border-color: #69B5C5;
}
</style>