#68AEBE

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

Shades of Fountain Blue #68AEBE

Tints of Fountain Blue #68AEBE

Color information

#68AEBE (or 0x68AEBE) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and BE. RGB value is (104,174,190). Sum of RGB (Red+Green+Blue) = 104+174+190=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #68AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBE is #975141. Grayscale: #9A9A9A. Windows color (decimal): -9916738 or 12496488. OLE color: 12496488.

HSL color Cylindrical-coordinate representation of color #68AEBE: hue angle of 191.16º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68AEBE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104174190-
CMYK0.450.0800.25
HSL191.16º39.81%57.65%-
HSV(B)191.16º45.26%74.51%-
XYZ30.1436.9354.26-
YUV154.89147.8191.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=22.22%
G=37.18%
B=40.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041741900.450.0800.25191.1639.8157.65
Hex68AEBE2D8019bf283a
Octal15025627655100312775072
Binary11010001010111010111110101101100001100110111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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