#69BFBC

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

Shades of Fountain Blue #69BFBC

Tints of Fountain Blue #69BFBC

Color information

#69BFBC (or 0x69BFBC) is unknown color: approx Fountain Blue. HEX triplet: 69, BF and BC. RGB value is (105,191,188). Sum of RGB (Red+Green+Blue) = 105+191+188=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFBC is #964043. Grayscale: #A4A4A4. Windows color (decimal): -9846852 or 12369769. OLE color: 12369769.

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

Color convert

RGB105191188-
CMYK0.4500.020.25
HSL177.91º40.19%58.04%-
HSV(B)177.91º45.03%74.9%-
XYZ33.5343.954.28-
YUV164.94141.0185.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=21.69%
G=39.46%
B=38.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911880.4500.020.25177.9140.1958.04
Hex69BFBC2D0219b2283a
Octal1512772745502312625072
Binary110100110111111101111001011010101100110110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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