#69B2BC

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

Shades of Fountain Blue #69B2BC

Tints of Fountain Blue #69B2BC

Color information

#69B2BC (or 0x69B2BC) is unknown color: approx Fountain Blue. HEX triplet: 69, B2 and BC. RGB value is (105,178,188). Sum of RGB (Red+Green+Blue) = 105+178+188=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #69B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2BC is #964D43. Grayscale: #9D9D9D. Windows color (decimal): -9850180 or 12366441. OLE color: 12366441.

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

Color convert

RGB105178188-
CMYK0.440.0500.26
HSL187.23º38.25%57.45%-
HSV(B)187.23º44.15%73.73%-
XYZ30.8238.4753.38-
YUV157.31145.3290.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=22.29%
G=37.79%
B=39.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051781880.440.0500.26187.2338.2557.45
Hex69B2BC2C501Abb2639
Octal1512622745450322734671
Binary1101001101100101011110010110010101101010111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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