#69B1BF

Color #69B1BF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #69B1BF

Tints of Glacier #69B1BF

Color information

#69B1BF (or 0x69B1BF) is unknown color: approx Glacier. HEX triplet: 69, B1 and BF. RGB value is (105,177,191). Sum of RGB (Red+Green+Blue) = 105+177+191=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #69B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1BF is #964E40. Grayscale: #9C9C9C. Windows color (decimal): -9850433 or 12562793. OLE color: 12562793.

HSL color Cylindrical-coordinate representation of color #69B1BF: hue angle of 189.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69B1BF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105177191-
CMYK0.450.0700.25
HSL189.77º40.19%58.04%-
HSV(B)189.77º45.03%74.9%-
XYZ30.9538.2155.03-
YUV157.07147.1590.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 191 (75% from 255) = 40.38%
R=22.20%
G=37.42%
B=40.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051771910.450.0700.25189.7740.1958.04
Hex69B1BF2D7019be283a
Octal1512612775570312765072
Binary1101001101100011011111110110111101100110111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B1BF; }

 p { color: rgb(105,177,191); }

 H1.HeaderClassName
 {
   color: #69B1BF;
 }
 .AnyTagClassName
 {
   color: #69B1BF;
 }
</style>
background-color css

<style>
 a { background-color: #69B1BF; }

 a { background-color: rgb(105,177,191); }

 div.DivClassName
 {
   background-color: #69B1BF;
 }
 .BgClassName
 {
   background-color: #69B1BF;
 }
</style>
border-color css

<style>
 span { border-color: #69B1BF; }

 span { border-color: rgb(105,177,191); }

 td.TdClassName
 {
   border-color: #69B1BF;
 }
 .TagClassName
 {
   border-color: #69B1BF;
 }
</style>