#69ACBF

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

Shades of Glacier #69ACBF

Tints of Glacier #69ACBF

Color information

#69ACBF (or 0x69ACBF) is unknown color: approx Glacier. HEX triplet: 69, AC and BF. RGB value is (105,172,191). Sum of RGB (Red+Green+Blue) = 105+172+191=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #69ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACBF is #965340. Grayscale: #999999. Windows color (decimal): -9851713 or 12561513. OLE color: 12561513.

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

Color convert

RGB105172191-
CMYK0.450.1000.25
HSL193.26º40.19%58.04%-
HSV(B)193.26º45.03%74.9%-
XYZ29.9836.2754.71-
YUV154.13148.892.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 191 (75% from 255) = 40.81%
R=22.44%
G=36.75%
B=40.81%

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
Decimal1051721910.450.1000.25193.2640.1958.04
Hex69ACBF2DA019c1283a
Octal15125427755120313015072
Binary11010011010110010111111101101101001100111000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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