#68AABA

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

Shades of Fountain Blue #68AABA

Tints of Fountain Blue #68AABA

Color information

#68AABA (or 0x68AABA) is unknown color: approx Fountain Blue. HEX triplet: 68, AA and BA. RGB value is (104,170,186). Sum of RGB (Red+Green+Blue) = 104+170+186=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #68AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AABA is #975545. Grayscale: #979797. Windows color (decimal): -9917766 or 12233320. OLE color: 12233320.

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

Color convert

RGB104170186-
CMYK0.440.0900.27
HSL191.71º37.27%56.86%-
HSV(B)191.71º44.09%72.94%-
XYZ28.9535.2451.73-
YUV152.09147.1393.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=22.61%
G=36.96%
B=40.43%

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
Decimal1041701860.440.0900.27191.7137.2756.86
Hex68AABA2C901Bc02539
Octal15025227254110333004571
Binary11010001010101010111010101100100101101111000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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