#69BCBE

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

Shades of Fountain Blue #69BCBE

Tints of Fountain Blue #69BCBE

Color information

#69BCBE (or 0x69BCBE) is unknown color: approx Fountain Blue. HEX triplet: 69, BC and BE. RGB value is (105,188,190). Sum of RGB (Red+Green+Blue) = 105+188+190=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #69BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCBE is #964341. Grayscale: #A3A3A3. Windows color (decimal): -9847618 or 12500073. OLE color: 12500073.

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

Color convert

RGB105188190-
CMYK0.450.0100.25
HSL181.41º39.53%57.84%-
HSV(B)181.41º44.74%74.51%-
XYZ33.142.6955.21-
YUV163.4114386.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=21.74%
G=38.92%
B=39.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051881900.450.0100.25181.4139.5357.84
Hex69BCBE2D1019b5283a
Octal1512742765510312655072
Binary11010011011110010111110101101101100110110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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