#68AFB2

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

Shades of Fountain Blue #68AFB2

Tints of Fountain Blue #68AFB2

Color information

#68AFB2 (or 0x68AFB2) is unknown color: approx Fountain Blue. HEX triplet: 68, AF and B2. RGB value is (104,175,178). Sum of RGB (Red+Green+Blue) = 104+175+178=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 178 - color contains mainly: blue. Hex color #68AFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AFB2 is #97504D. Grayscale: #9A9A9A. Windows color (decimal): -9916494 or 11710312. OLE color: 11710312.

HSL color Cylindrical-coordinate representation of color #68AFB2: hue angle of 182.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68AFB2 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104175178-
CMYK0.420.0200.30
HSL182.43º32.46%55.29%-
HSV(B)182.43º41.57%69.8%-
XYZ29.0736.8247.69-
YUV154.11141.4892.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.76%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=22.76%
G=38.29%
B=38.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041751780.420.0200.30182.4332.4655.29
Hex68AFB22A201Eb62037
Octal1502572625220362664067
Binary110100010101111101100101010101001111010110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,178); }

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

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

 a { background-color: rgb(104,175,178); }

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

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

 span { border-color: rgb(104,175,178); }

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