#68B6BD

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

Shades of Fountain Blue #68B6BD

Tints of Fountain Blue #68B6BD

Color information

#68B6BD (or 0x68B6BD) is unknown color: approx Fountain Blue. HEX triplet: 68, B6 and BD. RGB value is (104,182,189). Sum of RGB (Red+Green+Blue) = 104+182+189=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #68B6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6BD is #974942. Grayscale: #9F9F9F. Windows color (decimal): -9914691 or 12433000. OLE color: 12433000.

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

Color convert

RGB104182189-
CMYK0.450.0400.26
HSL184.94º39.17%57.45%-
HSV(B)184.94º44.97%74.12%-
XYZ31.6240.0754.21-
YUV159.48144.6688.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=21.89%
G=38.32%
B=39.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041821890.450.0400.26184.9439.1757.45
Hex68B6BD2D401Ab92739
Octal1502662755540322714771
Binary1101000101101101011110110110110001101010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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