#68AEB8

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

Shades of Fountain Blue #68AEB8

Tints of Fountain Blue #68AEB8

Color information

#68AEB8 (or 0x68AEB8) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and B8. RGB value is (104,174,184). Sum of RGB (Red+Green+Blue) = 104+174+184=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #68AEB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEB8 is #975147. Grayscale: #9A9A9A. Windows color (decimal): -9916744 or 12103272. OLE color: 12103272.

HSL color Cylindrical-coordinate representation of color #68AEB8: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68AEB8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB104174184-
CMYK0.430.0500.28
HSL187.5º36.04%56.47%-
HSV(B)187.5º43.48%72.16%-
XYZ29.536.6850.87-
YUV154.21144.8192.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=22.51%
G=37.66%
B=39.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041741840.430.0500.28187.536.0456.47
Hex68AEB82B501Cbc2438
Octal1502562705350342744470
Binary1101000101011101011100010101110101110010111100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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