#68B8BF

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

Shades of Fountain Blue #68B8BF

Tints of Fountain Blue #68B8BF

Color information

#68B8BF (or 0x68B8BF) is unknown color: approx Fountain Blue. HEX triplet: 68, B8 and BF. RGB value is (104,184,191). Sum of RGB (Red+Green+Blue) = 104+184+191=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #68B8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8BF is #974740. Grayscale: #A0A0A0. Windows color (decimal): -9914177 or 12564584. OLE color: 12564584.

HSL color Cylindrical-coordinate representation of color #68B8BF: hue angle of 184.83º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B8BF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104184191-
CMYK0.460.0400.25
HSL184.83º40.47%57.84%-
HSV(B)184.83º45.55%74.9%-
XYZ32.2540.9955.5-
YUV160.8814587.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 191 (75% from 255) = 39.87%
R=21.71%
G=38.41%
B=39.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041841910.460.0400.25184.8340.4757.84
Hex68B8BF2E4019b9283a
Octal1502702775640312715072
Binary1101000101110001011111110111010001100110111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B8BF; }

 p { color: rgb(104,184,191); }

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

<style>
 a { background-color: #68B8BF; }

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

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

<style>
 span { border-color: #68B8BF; }

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

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