#69B5BE

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

Shades of Fountain Blue #69B5BE

Tints of Fountain Blue #69B5BE

Color information

#69B5BE (or 0x69B5BE) is unknown color: approx Fountain Blue. HEX triplet: 69, B5 and BE. RGB value is (105,181,190). Sum of RGB (Red+Green+Blue) = 105+181+190=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #69B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5BE is #964A41. Grayscale: #9F9F9F. Windows color (decimal): -9849410 or 12498281. OLE color: 12498281.

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

Color convert

RGB105181190-
CMYK0.450.0500.25
HSL186.35º39.53%57.84%-
HSV(B)186.35º44.74%74.51%-
XYZ31.6439.7754.72-
YUV159.3145.3289.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=22.06%
G=38.03%
B=39.92%

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
Decimal1051811900.450.0500.25186.3539.5357.84
Hex69B5BE2D5019ba283a
Octal1512652765550312725072
Binary1101001101101011011111010110110101100110111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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