#68AFBB

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

Shades of Fountain Blue #68AFBB

Tints of Fountain Blue #68AFBB

Color information

#68AFBB (or 0x68AFBB) is unknown color: approx Fountain Blue. HEX triplet: 68, AF and BB. RGB value is (104,175,187). Sum of RGB (Red+Green+Blue) = 104+175+187=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #68AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBB is #975044. Grayscale: #9B9B9B. Windows color (decimal): -9916485 or 12300136. OLE color: 12300136.

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

Color convert

RGB104175187-
CMYK0.440.0600.27
HSL188.67º37.9%57.06%-
HSV(B)188.67º44.39%73.33%-
XYZ30.0137.1952.61-
YUV155.14145.9891.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=22.32%
G=37.55%
B=40.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041751870.440.0600.27188.6737.957.06
Hex68AFBB2C601Bbd2639
Octal1502572735460332754671
Binary1101000101011111011101110110011001101110111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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