#69B2BE

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

Shades of Fountain Blue #69B2BE

Tints of Fountain Blue #69B2BE

Color information

#69B2BE (or 0x69B2BE) is unknown color: approx Fountain Blue. HEX triplet: 69, B2 and BE. RGB value is (105,178,190). Sum of RGB (Red+Green+Blue) = 105+178+190=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #69B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2BE is #964D41. Grayscale: #9D9D9D. Windows color (decimal): -9850178 or 12497513. OLE color: 12497513.

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

Color convert

RGB105178190-
CMYK0.450.0600.25
HSL188.47º39.53%57.84%-
HSV(B)188.47º44.74%74.51%-
XYZ31.0438.5654.52-
YUV157.54146.3290.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=22.20%
G=37.63%
B=40.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051781900.450.0600.25188.4739.5357.84
Hex69B2BE2D6019bc283a
Octal1512622765560312745072
Binary1101001101100101011111010110111001100110111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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