#68BBBA

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

Shades of Fountain Blue #68BBBA

Tints of Fountain Blue #68BBBA

Color information

#68BBBA (or 0x68BBBA) is unknown color: approx Fountain Blue. HEX triplet: 68, BB and BA. RGB value is (104,187,186). Sum of RGB (Red+Green+Blue) = 104+187+186=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBA is #974445. Grayscale: #A1A1A1. Windows color (decimal): -9913414 or 12237672. OLE color: 12237672.

HSL color Cylindrical-coordinate representation of color #68BBBA: hue angle of 179.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BBBA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB104187186-
CMYK0.4400.010.27
HSL179.28º37.9%57.06%-
HSV(B)179.28º44.39%73.33%-
XYZ32.3442.0352.86-
YUV162.07141.586.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.80%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=21.80%
G=39.20%
B=38.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041871860.4400.010.27179.2837.957.06
Hex68BBBA2C011Bb32639
Octal1502732725401332634671
Binary11010001011101110111010101100011101110110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,187,186); }

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

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

 a { background-color: rgb(104,187,186); }

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

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

 span { border-color: rgb(104,187,186); }

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