#68ACBB

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

Shades of Fountain Blue #68ACBB

Tints of Fountain Blue #68ACBB

Color information

#68ACBB (or 0x68ACBB) is unknown color: approx Fountain Blue. HEX triplet: 68, AC and BB. RGB value is (104,172,187). Sum of RGB (Red+Green+Blue) = 104+172+187=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #68ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBB is #975344. Grayscale: #999999. Windows color (decimal): -9917253 or 12299368. OLE color: 12299368.

HSL color Cylindrical-coordinate representation of color #68ACBB: hue angle of 190.84º degrees, saturation: 0.38, 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 #68ACBB is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104172187-
CMYK0.440.0800.27
HSL190.84º37.9%57.06%-
HSV(B)190.84º44.39%73.33%-
XYZ29.4336.0452.42-
YUV153.38146.9792.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=22.46%
G=37.15%
B=40.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041721870.440.0800.27190.8437.957.06
Hex68ACBB2C801Bbf2639
Octal15025427354100332774671
Binary11010001010110010111011101100100001101110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,187); }

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

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

 a { background-color: rgb(104,172,187); }

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

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

 span { border-color: rgb(104,172,187); }

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