#69BFBE

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

Shades of Fountain Blue #69BFBE

Tints of Fountain Blue #69BFBE

Color information

#69BFBE (or 0x69BFBE) is unknown color: approx Fountain Blue. HEX triplet: 69, BF and BE. RGB value is (105,191,190). Sum of RGB (Red+Green+Blue) = 105+191+190=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFBE is #964041. Grayscale: #A5A5A5. Windows color (decimal): -9846850 or 12500841. OLE color: 12500841.

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

Color convert

RGB105191190-
CMYK0.4500.010.25
HSL179.3º40.19%58.04%-
HSV(B)179.3º45.03%74.9%-
XYZ33.7543.9855.43-
YUV165.17142.0185.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=21.60%
G=39.30%
B=39.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911900.4500.010.25179.340.1958.04
Hex69BFBE2D0119b3283a
Octal1512772765501312635072
Binary11010011011111110111110101101011100110110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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