#68AAB8

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

Shades of Fountain Blue #68AAB8

Tints of Fountain Blue #68AAB8

Color information

#68AAB8 (or 0x68AAB8) is unknown color: approx Fountain Blue. HEX triplet: 68, AA and B8. RGB value is (104,170,184). Sum of RGB (Red+Green+Blue) = 104+170+184=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #68AAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAB8 is #975547. Grayscale: #979797. Windows color (decimal): -9917768 or 12102248. OLE color: 12102248.

HSL color Cylindrical-coordinate representation of color #68AAB8: hue angle of 190.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 #68AAB8 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB104170184-
CMYK0.430.0800.28
HSL190.5º36.04%56.47%-
HSV(B)190.5º43.48%72.16%-
XYZ28.7435.1550.62-
YUV151.86146.1393.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 184 (72.27% from 255) = 40.17%
R=22.71%
G=37.12%
B=40.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041701840.430.0800.28190.536.0456.47
Hex68AAB82B801Cbe2438
Octal15025227053100342764470
Binary11010001010101010111000101011100001110010111110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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