#68B7BF

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

Shades of Fountain Blue #68B7BF

Tints of Fountain Blue #68B7BF

Color information

#68B7BF (or 0x68B7BF) is unknown color: approx Fountain Blue. HEX triplet: 68, B7 and BF. RGB value is (104,183,191). Sum of RGB (Red+Green+Blue) = 104+183+191=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #68B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7BF is #974840. Grayscale: #A0A0A0. Windows color (decimal): -9914433 or 12564328. OLE color: 12564328.

HSL color Cylindrical-coordinate representation of color #68B7BF: hue angle of 185.52º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B7BF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104183191-
CMYK0.460.0400.25
HSL185.52º40.47%57.84%-
HSV(B)185.52º45.55%74.9%-
XYZ32.0540.5755.43-
YUV160.29145.3387.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.76%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 191 (75% from 255) = 39.96%
R=21.76%
G=38.28%
B=39.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041831910.460.0400.25185.5240.4757.84
Hex68B7BF2E4019ba283a
Octal1502672775640312725072
Binary1101000101101111011111110111010001100110111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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