#69ABBE

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

Shades of Glacier #69ABBE

Tints of Glacier #69ABBE

Color information

#69ABBE (or 0x69ABBE) is unknown color: approx Glacier. HEX triplet: 69, AB and BE. RGB value is (105,171,190). Sum of RGB (Red+Green+Blue) = 105+171+190=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #69ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABBE is #965441. Grayscale: #999999. Windows color (decimal): -9851970 or 12495721. OLE color: 12495721.

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

Color convert

RGB105171190-
CMYK0.450.1000.25
HSL193.41º39.53%57.84%-
HSV(B)193.41º44.74%74.51%-
XYZ29.6835.8554.07-
YUV153.43148.6393.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=22.53%
G=36.70%
B=40.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051711900.450.1000.25193.4139.5357.84
Hex69ABBE2DA019c1283a
Octal15125327655120313015072
Binary11010011010101110111110101101101001100111000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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