#68BBBC

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

Shades of Fountain Blue #68BBBC

Tints of Fountain Blue #68BBBC

Color information

#68BBBC (or 0x68BBBC) is unknown color: approx Fountain Blue. HEX triplet: 68, BB and BC. RGB value is (104,187,188). Sum of RGB (Red+Green+Blue) = 104+187+188=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #68BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBC is #974443. Grayscale: #A2A2A2. Windows color (decimal): -9913412 or 12368744. OLE color: 12368744.

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

Color convert

RGB104187188-
CMYK0.450.0100.26
HSL180.71º38.53%57.25%-
HSV(B)180.71º44.68%73.73%-
XYZ32.5642.1153.99-
YUV162.3142.586.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=21.71%
G=39.04%
B=39.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041871880.450.0100.26180.7138.5357.25
Hex68BBBC2D101Ab52739
Octal1502732745510322654771
Binary11010001011101110111100101101101101010110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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