#69AFBE

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

Shades of Glacier #69AFBE

Tints of Glacier #69AFBE

Color information

#69AFBE (or 0x69AFBE) is unknown color: approx Glacier. HEX triplet: 69, AF and BE. RGB value is (105,175,190). Sum of RGB (Red+Green+Blue) = 105+175+190=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #69AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFBE is #965041. Grayscale: #9B9B9B. Windows color (decimal): -9850946 or 12496745. OLE color: 12496745.

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

Color convert

RGB105175190-
CMYK0.450.0800.25
HSL190.59º39.53%57.84%-
HSV(B)190.59º44.74%74.51%-
XYZ30.4537.3854.33-
YUV155.78147.3191.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.34%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=22.34%
G=37.23%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051751900.450.0800.25190.5939.5357.84
Hex69AFBE2D8019bf283a
Octal15125727655100312775072
Binary11010011010111110111110101101100001100110111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,190); }

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

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

 a { background-color: rgb(105,175,190); }

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

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

 span { border-color: rgb(105,175,190); }

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