Shades of Glacier #69B5C2
Tints of Glacier #69B5C2
RGB
CMYK
RGB Variations
Color information
#69B5C2 (or 0x69B5C2) is known color: Glacier. HEX triplet: 69, B5 and C2. RGB value is (105,181,194). Sum of RGB (Red+Green+Blue) = 105+181+194=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #69B5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5C2 is #964A3D. Grayscale: #9F9F9F. Windows color (decimal): -9849406 or 12760425. OLE color: 12760425.
HSL color Cylindrical-coordinate representation of color #69B5C2: hue angle of 188.76º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69B5C2 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 181 | 194 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.24 |
| HSL | 188.76º | 0.42% | 0.59% | - |
| HSV(B) | 188.76º | 0.46% | 0.76% | - |
| XYZ | 32.09 | 39.95 | 57.06 | - |
| YUV | 159.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 194 | 0.46 | 0.07 | 0 | 0.24 | 188.76 | 0.42 | 0.59 |
| Hex | 69 | B5 | C2 | 2E | 7 | 0 | 18 | BD | 2A | 3B |
| Octal | 151 | 265 | 302 | 56 | 7 | 0 | 30 | 275 | 52 | 73 |
| Binary | 1101001 | 10110101 | 11000010 | 101110 | 111 | 0 | 11000 | 10111101 | 101010 | 111011 |
Color Harmonies of #69B5C2
Complementary color
Monochromatic Colors of #69B5C2
Black with #69B5C2
Text Example
Text Example
White with #69B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B5C2; }
p { color: rgb(105,181,194); }
H1.HeaderClassName
{
color: #69B5C2;
}
.AnyTagClassName
{
color: #69B5C2;
}
</style>
background-color css
<style>
a { background-color: #69B5C2; }
a { background-color: rgb(105,181,194); }
div.DivClassName
{
background-color: #69B5C2;
}
.BgClassName
{
background-color: #69B5C2;
}
</style>
border-color css
<style>
span { border-color: #69B5C2; }
span { border-color: rgb(105,181,194); }
td.TdClassName
{
border-color: #69B5C2;
}
.TagClassName
{
border-color: #69B5C2;
}
</style>