#68B7BC

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

Shades of Fountain Blue #68B7BC

Tints of Fountain Blue #68B7BC

Color information

#68B7BC (or 0x68B7BC) is unknown color: approx Fountain Blue. HEX triplet: 68, B7 and BC. RGB value is (104,183,188). Sum of RGB (Red+Green+Blue) = 104+183+188=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #68B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7BC is #974843. Grayscale: #9F9F9F. Windows color (decimal): -9914436 or 12367720. OLE color: 12367720.

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

Color convert

RGB104183188-
CMYK0.450.0300.26
HSL183.57º38.53%57.25%-
HSV(B)183.57º44.68%73.73%-
XYZ31.7240.4453.71-
YUV159.95143.8388.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=21.89%
G=38.53%
B=39.58%

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
Decimal1041831880.450.0300.26183.5738.5357.25
Hex68B7BC2D301Ab82739
Octal1502672745530322704771
Binary110100010110111101111001011011101101010111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,183,188); }

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

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

 a { background-color: rgb(104,183,188); }

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

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

 span { border-color: rgb(104,183,188); }

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