#69B0AF

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

Shades of Fountain Blue #69B0AF

Tints of Fountain Blue #69B0AF

Color information

#69B0AF (or 0x69B0AF) is unknown color: approx Fountain Blue. HEX triplet: 69, B0 and AF. RGB value is (105,176,175). Sum of RGB (Red+Green+Blue) = 105+176+175=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #69B0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B0AF is #964F50. Grayscale: #9A9A9A. Windows color (decimal): -9850705 or 11513961. OLE color: 11513961.

HSL color Cylindrical-coordinate representation of color #69B0AF: hue angle of 179.15º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B0AF is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB105176175-
CMYK0.4000.010.31
HSL179.15º31%55.1%-
HSV(B)179.15º40.34%69.02%-
XYZ29.0937.1546.19-
YUV154.66139.4892.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.03%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=23.03%
G=38.60%
B=38.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761750.4000.010.31179.153155.1
Hex69B0AF28011Fb31f37
Octal1512602575001372633767
Binary1101001101100001010111110100001111111011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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