#69BDBF

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

Shades of Fountain Blue #69BDBF

Tints of Fountain Blue #69BDBF

Color information

#69BDBF (or 0x69BDBF) is unknown color: approx Fountain Blue. HEX triplet: 69, BD and BF. RGB value is (105,189,191). Sum of RGB (Red+Green+Blue) = 105+189+191=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #69BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDBF is #964240. Grayscale: #A4A4A4. Windows color (decimal): -9847361 or 12565865. OLE color: 12565865.

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

Color convert

RGB105189191-
CMYK0.450.0100.25
HSL181.4º40.19%58.04%-
HSV(B)181.4º45.03%74.9%-
XYZ33.4343.1655.86-
YUV164.11143.1785.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.65%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 191 (75% from 255) = 39.38%
R=21.65%
G=38.97%
B=39.38%

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
Decimal1051891910.450.0100.25181.440.1958.04
Hex69BDBF2D1019b5283a
Octal1512752775510312655072
Binary11010011011110110111111101101101100110110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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