#68AEBA

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

Shades of Fountain Blue #68AEBA

Tints of Fountain Blue #68AEBA

Color information

#68AEBA (or 0x68AEBA) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and BA. RGB value is (104,174,186). Sum of RGB (Red+Green+Blue) = 104+174+186=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #68AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBA is #975145. Grayscale: #9A9A9A. Windows color (decimal): -9916742 or 12234344. OLE color: 12234344.

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

Color convert

RGB104174186-
CMYK0.440.0600.27
HSL188.78º37.27%56.86%-
HSV(B)188.78º44.09%72.94%-
XYZ29.7136.7651.98-
YUV154.44145.8192.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=22.41%
G=37.5%
B=40.09%

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
Decimal1041741860.440.0600.27188.7837.2756.86
Hex68AEBA2C601Bbd2539
Octal1502562725460332754571
Binary1101000101011101011101010110011001101110111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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