#69BFBF

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

Shades of Fountain Blue #69BFBF

Tints of Fountain Blue #69BFBF

Color information

#69BFBF (or 0x69BFBF) is unknown color: approx Fountain Blue. HEX triplet: 69, BF and BF. RGB value is (105,191,191). Sum of RGB (Red+Green+Blue) = 105+191+191=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #69BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFBF is #964040. Grayscale: #A5A5A5. Windows color (decimal): -9846849 or 12566377. OLE color: 12566377.

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

Color convert

RGB105191191-
CMYK0.45000.25
HSL180º40.19%58.04%-
HSV(B)180º45.03%74.9%-
XYZ33.8644.0356-
YUV165.29142.5185-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 191 (75% from 255) = 39.22%
R=21.56%
G=39.22%
B=39.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911910.45000.2518040.1958.04
Hex69BFBF2D0019b4283a
Octal1512772775500312645072
Binary11010011011111110111111101101001100110110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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