#69B4BE

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

Shades of Fountain Blue #69B4BE

Tints of Fountain Blue #69B4BE

Color information

#69B4BE (or 0x69B4BE) is unknown color: approx Fountain Blue. HEX triplet: 69, B4 and BE. RGB value is (105,180,190). Sum of RGB (Red+Green+Blue) = 105+180+190=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #69B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B4BE is #964B41. Grayscale: #9E9E9E. Windows color (decimal): -9849666 or 12498025. OLE color: 12498025.

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

Color convert

RGB105180190-
CMYK0.450.0500.25
HSL187.06º39.53%57.84%-
HSV(B)187.06º44.74%74.51%-
XYZ31.4439.3654.66-
YUV158.72145.6589.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 190 (74.61% from 255) = 40%
R=22.11%
G=37.89%
B=40%

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
Decimal1051801900.450.0500.25187.0639.5357.84
Hex69B4BE2D5019bb283a
Octal1512642765550312735072
Binary1101001101101001011111010110110101100110111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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