#68AEB9

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

Shades of Fountain Blue #68AEB9

Tints of Fountain Blue #68AEB9

Color information

#68AEB9 (or 0x68AEB9) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and B9. RGB value is (104,174,185). Sum of RGB (Red+Green+Blue) = 104+174+185=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #68AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEB9 is #975146. Grayscale: #9A9A9A. Windows color (decimal): -9916743 or 12168808. OLE color: 12168808.

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

Color convert

RGB104174185-
CMYK0.440.0600.27
HSL188.15º36.65%56.67%-
HSV(B)188.15º43.78%72.55%-
XYZ29.636.7251.43-
YUV154.32145.3192.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=22.46%
G=37.58%
B=39.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041741850.440.0600.27188.1536.6556.67
Hex68AEB92C601Bbc2539
Octal1502562715460332744571
Binary1101000101011101011100110110011001101110111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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