#69B0BC

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

Shades of Fountain Blue #69B0BC

Tints of Fountain Blue #69B0BC

Color information

#69B0BC (or 0x69B0BC) is unknown color: approx Fountain Blue. HEX triplet: 69, B0 and BC. RGB value is (105,176,188). Sum of RGB (Red+Green+Blue) = 105+176+188=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #69B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0BC is #964F43. Grayscale: #9C9C9C. Windows color (decimal): -9850692 or 12365929. OLE color: 12365929.

HSL color Cylindrical-coordinate representation of color #69B0BC: hue angle of 188.67º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69B0BC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105176188-
CMYK0.440.0600.26
HSL188.67º38.25%57.45%-
HSV(B)188.67º44.15%73.73%-
XYZ30.4337.6853.25-
YUV156.14145.9891.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=22.39%
G=37.53%
B=40.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051761880.440.0600.26188.6738.2557.45
Hex69B0BC2C601Abd2639
Octal1512602745460322754671
Binary1101001101100001011110010110011001101010111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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