#69B2BF

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

Shades of Glacier #69B2BF

Tints of Glacier #69B2BF

Color information

#69B2BF (or 0x69B2BF) is unknown color: approx Glacier. HEX triplet: 69, B2 and BF. RGB value is (105,178,191). Sum of RGB (Red+Green+Blue) = 105+178+191=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #69B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2BF is #964D40. Grayscale: #9D9D9D. Windows color (decimal): -9850177 or 12563049. OLE color: 12563049.

HSL color Cylindrical-coordinate representation of color #69B2BF: hue angle of 189.07º 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 #69B2BF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105178191-
CMYK0.450.0700.25
HSL189.07º40.19%58.04%-
HSV(B)189.07º45.03%74.9%-
XYZ31.1538.6155.1-
YUV157.66146.8290.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.15%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 191 (75% from 255) = 40.30%
R=22.15%
G=37.55%
B=40.30%

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
Decimal1051781910.450.0700.25189.0740.1958.04
Hex69B2BF2D7019bd283a
Octal1512622775570312755072
Binary1101001101100101011111110110111101100110111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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