#68B0BA

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

Shades of Fountain Blue #68B0BA

Tints of Fountain Blue #68B0BA

Color information

#68B0BA (or 0x68B0BA) is unknown color: approx Fountain Blue. HEX triplet: 68, B0 and BA. RGB value is (104,176,186). Sum of RGB (Red+Green+Blue) = 104+176+186=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #68B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0BA is #974F45. Grayscale: #9B9B9B. Windows color (decimal): -9916230 or 12234856. OLE color: 12234856.

HSL color Cylindrical-coordinate representation of color #68B0BA: hue angle of 187.32º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B0BA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104176186-
CMYK0.440.0500.27
HSL187.32º37.27%56.86%-
HSV(B)187.32º44.09%72.94%-
XYZ30.137.5452.11-
YUV155.61145.1591.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=22.32%
G=37.77%
B=39.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041761860.440.0500.27187.3237.2756.86
Hex68B0BA2C501Bbb2539
Octal1502602725450332734571
Binary1101000101100001011101010110010101101110111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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