#68ACBD

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

Shades of Fountain Blue #68ACBD

Tints of Fountain Blue #68ACBD

Color information

#68ACBD (or 0x68ACBD) is unknown color: approx Fountain Blue. HEX triplet: 68, AC and BD. RGB value is (104,172,189). Sum of RGB (Red+Green+Blue) = 104+172+189=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #68ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBD is #975342. Grayscale: #999999. Windows color (decimal): -9917251 or 12430440. OLE color: 12430440.

HSL color Cylindrical-coordinate representation of color #68ACBD: hue angle of 192º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68ACBD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104172189-
CMYK0.450.0900.26
HSL192º39.17%57.45%-
HSV(B)192º44.97%74.12%-
XYZ29.6536.1253.55-
YUV153.61147.9792.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=22.37%
G=36.99%
B=40.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041721890.450.0900.2619239.1757.45
Hex68ACBD2D901Ac02739
Octal15025427555110323004771
Binary11010001010110010111101101101100101101011000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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