#69BCB9

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

Shades of Fountain Blue #69BCB9

Tints of Fountain Blue #69BCB9

Color information

#69BCB9 (or 0x69BCB9) is unknown color: approx Fountain Blue. HEX triplet: 69, BC and B9. RGB value is (105,188,185). Sum of RGB (Red+Green+Blue) = 105+188+185=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCB9 is #964346. Grayscale: #A2A2A2. Windows color (decimal): -9847623 or 12172393. OLE color: 12172393.

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

Color convert

RGB105188185-
CMYK0.4400.020.26
HSL177.83º38.25%57.45%-
HSV(B)177.83º44.15%73.73%-
XYZ32.5742.4752.38-
YUV162.84140.586.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=21.97%
G=39.33%
B=38.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881850.4400.020.26177.8338.2557.45
Hex69BCB92C021Ab22639
Octal1512742715402322624671
Binary110100110111100101110011011000101101010110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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