#68A9BA

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

Shades of Fountain Blue #68A9BA

Tints of Fountain Blue #68A9BA

Color information

#68A9BA (or 0x68A9BA) is unknown color: approx Fountain Blue. HEX triplet: 68, A9 and BA. RGB value is (104,169,186). Sum of RGB (Red+Green+Blue) = 104+169+186=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #68A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9BA is #975645. Grayscale: #979797. Windows color (decimal): -9918022 or 12233064. OLE color: 12233064.

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

Color convert

RGB104169186-
CMYK0.440.0900.27
HSL192.44º37.27%56.86%-
HSV(B)192.44º44.09%72.94%-
XYZ28.7634.8651.67-
YUV151.5147.4794.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=22.66%
G=36.82%
B=40.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041691860.440.0900.27192.4437.2756.86
Hex68A9BA2C901Bc02539
Octal15025127254110333004571
Binary11010001010100110111010101100100101101111000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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