#68AEBD

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

Shades of Fountain Blue #68AEBD

Tints of Fountain Blue #68AEBD

Color information

#68AEBD (or 0x68AEBD) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and BD. RGB value is (104,174,189). Sum of RGB (Red+Green+Blue) = 104+174+189=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #68AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBD is #975142. Grayscale: #9A9A9A. Windows color (decimal): -9916739 or 12430952. OLE color: 12430952.

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

Color convert

RGB104174189-
CMYK0.450.0800.26
HSL190.59º39.17%57.45%-
HSV(B)190.59º44.97%74.12%-
XYZ30.0336.8953.68-
YUV154.78147.3191.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=22.27%
G=37.26%
B=40.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041741890.450.0800.26190.5939.1757.45
Hex68AEBD2D801Abf2739
Octal15025627555100322774771
Binary11010001010111010111101101101100001101010111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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