#68B1BB

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

Shades of Fountain Blue #68B1BB

Tints of Fountain Blue #68B1BB

Color information

#68B1BB (or 0x68B1BB) is unknown color: approx Fountain Blue. HEX triplet: 68, B1 and BB. RGB value is (104,177,187). Sum of RGB (Red+Green+Blue) = 104+177+187=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #68B1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1BB is #974E44. Grayscale: #9C9C9C. Windows color (decimal): -9915973 or 12300648. OLE color: 12300648.

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

Color convert

RGB104177187-
CMYK0.440.0500.27
HSL187.23º37.9%57.06%-
HSV(B)187.23º44.39%73.33%-
XYZ30.437.9852.74-
YUV156.31145.3290.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=22.22%
G=37.82%
B=39.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041771870.440.0500.27187.2337.957.06
Hex68B1BB2C501Bbb2639
Octal1502612735450332734671
Binary1101000101100011011101110110010101101110111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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