#68B8BD

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

Shades of Fountain Blue #68B8BD

Tints of Fountain Blue #68B8BD

Color information

#68B8BD (or 0x68B8BD) is unknown color: approx Fountain Blue. HEX triplet: 68, B8 and BD. RGB value is (104,184,189). Sum of RGB (Red+Green+Blue) = 104+184+189=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #68B8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8BD is #974742. Grayscale: #A0A0A0. Windows color (decimal): -9914179 or 12433512. OLE color: 12433512.

HSL color Cylindrical-coordinate representation of color #68B8BD: hue angle of 183.53º 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 #68B8BD is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104184189-
CMYK0.450.0300.26
HSL183.53º39.17%57.45%-
HSV(B)183.53º44.97%74.12%-
XYZ32.0340.954.35-
YUV160.6514487.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.80%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=21.80%
G=38.57%
B=39.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041841890.450.0300.26183.5339.1757.45
Hex68B8BD2D301Ab82739
Octal1502702755530322704771
Binary110100010111000101111011011011101101010111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,184,189); }

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

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

 a { background-color: rgb(104,184,189); }

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

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

 span { border-color: rgb(104,184,189); }

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