#68AEBB

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

Shades of Fountain Blue #68AEBB

Tints of Fountain Blue #68AEBB

Color information

#68AEBB (or 0x68AEBB) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and BB. RGB value is (104,174,187). Sum of RGB (Red+Green+Blue) = 104+174+187=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #68AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBB is #975144. Grayscale: #9A9A9A. Windows color (decimal): -9916741 or 12299880. OLE color: 12299880.

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

Color convert

RGB104174187-
CMYK0.440.0700.27
HSL189.4º37.9%57.06%-
HSV(B)189.4º44.39%73.33%-
XYZ29.8136.852.55-
YUV154.55146.3191.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=22.37%
G=37.42%
B=40.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041741870.440.0700.27189.437.957.06
Hex68AEBB2C701Bbd2639
Octal1502562735470332754671
Binary1101000101011101011101110110011101101110111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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