#68AEBC

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

Shades of Fountain Blue #68AEBC

Tints of Fountain Blue #68AEBC

Color information

#68AEBC (or 0x68AEBC) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and BC. RGB value is (104,174,188). Sum of RGB (Red+Green+Blue) = 104+174+188=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #68AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBC is #975143. Grayscale: #9A9A9A. Windows color (decimal): -9916740 or 12365416. OLE color: 12365416.

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

Color convert

RGB104174188-
CMYK0.450.0700.26
HSL190º38.53%57.25%-
HSV(B)190º44.68%73.73%-
XYZ29.9236.8553.11-
YUV154.67146.8191.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=22.32%
G=37.34%
B=40.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041741880.450.0700.2619038.5357.25
Hex68AEBC2D701Abe2739
Octal1502562745570322764771
Binary1101000101011101011110010110111101101010111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,188); }

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

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

 a { background-color: rgb(104,174,188); }

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

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

 span { border-color: rgb(104,174,188); }

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