#68B0BE

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

Shades of Fountain Blue #68B0BE

Tints of Fountain Blue #68B0BE

Color information

#68B0BE (or 0x68B0BE) is unknown color: approx Fountain Blue. HEX triplet: 68, B0 and BE. RGB value is (104,176,190). Sum of RGB (Red+Green+Blue) = 104+176+190=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0BE is #974F41. Grayscale: #9B9B9B. Windows color (decimal): -9916226 or 12497000. OLE color: 12497000.

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

Color convert

RGB104176190-
CMYK0.450.0700.25
HSL189.77º39.81%57.65%-
HSV(B)189.77º45.26%74.51%-
XYZ30.5337.7154.39-
YUV156.07147.1590.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=22.13%
G=37.45%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041761900.450.0700.25189.7739.8157.65
Hex68B0BE2D7019be283a
Octal1502602765570312765072
Binary1101000101100001011111010110111101100110111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,190); }

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

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

 a { background-color: rgb(104,176,190); }

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

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

 span { border-color: rgb(104,176,190); }

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