#68ACBC

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

Shades of Fountain Blue #68ACBC

Tints of Fountain Blue #68ACBC

Color information

#68ACBC (or 0x68ACBC) is unknown color: approx Fountain Blue. HEX triplet: 68, AC and BC. RGB value is (104,172,188). Sum of RGB (Red+Green+Blue) = 104+172+188=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #68ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBC is #975343. Grayscale: #999999. Windows color (decimal): -9917252 or 12364904. OLE color: 12364904.

HSL color Cylindrical-coordinate representation of color #68ACBC: hue angle of 191.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68ACBC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104172188-
CMYK0.450.0900.26
HSL191.43º38.53%57.25%-
HSV(B)191.43º44.68%73.73%-
XYZ29.5436.0852.98-
YUV153.49147.4792.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=22.41%
G=37.07%
B=40.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041721880.450.0900.26191.4338.5357.25
Hex68ACBC2D901Abf2739
Octal15025427455110322774771
Binary11010001010110010111100101101100101101010111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,188); }

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

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

 a { background-color: rgb(104,172,188); }

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

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

 span { border-color: rgb(104,172,188); }

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