#68B4BF

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

Shades of Fountain Blue #68B4BF

Tints of Fountain Blue #68B4BF

Color information

#68B4BF (or 0x68B4BF) is unknown color: approx Fountain Blue. HEX triplet: 68, B4 and BF. RGB value is (104,180,191). Sum of RGB (Red+Green+Blue) = 104+180+191=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #68B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B4BF is #974B40. Grayscale: #9E9E9E. Windows color (decimal): -9915201 or 12563560. OLE color: 12563560.

HSL color Cylindrical-coordinate representation of color #68B4BF: hue angle of 187.59º 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 #68B4BF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104180191-
CMYK0.460.0600.25
HSL187.59º40.47%57.84%-
HSV(B)187.59º45.55%74.9%-
XYZ31.4339.3555.23-
YUV158.53146.3289.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 191 (75% from 255) = 40.21%
R=21.89%
G=37.89%
B=40.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041801910.460.0600.25187.5940.4757.84
Hex68B4BF2E6019bc283a
Octal1502642775660312745072
Binary1101000101101001011111110111011001100110111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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