#69b5bf

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

Shades of Fountain Blue #69B5BF

Tints of Fountain Blue #69B5BF

Color information

#69B5BF (or 0x69B5BF) is unknown color: approx Fountain Blue. HEX triplet: 69, B5 and BF. RGB value is (105,181,191). Sum of RGB (Red+Green+Blue) = 105+181+191=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #69B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5BF is #964A40. Grayscale: #9F9F9F. Windows color (decimal): -9849409 or 12563817. OLE color: 12563817.

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

Color convert

RGB105181191-
CMYK0.450.0500.25
HSL186.98º40.19%58.04%-
HSV(B)186.98º45.03%74.9%-
XYZ31.7539.8155.3-
YUV159.42145.8289.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 191 (75% from 255) = 40.04%
R=22.01%
G=37.95%
B=40.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051811910.450.0500.25186.9840.1958.04
Hex69B5BF2D5019bb283a
Octal1512652775550312735072
Binary1101001101101011011111110110110101100110111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69b5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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