#68BCBE

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

Shades of Fountain Blue #68BCBE

Tints of Fountain Blue #68BCBE

Color information

#68BCBE (or 0x68BCBE) is unknown color: approx Fountain Blue. HEX triplet: 68, BC and BE. RGB value is (104,188,190). Sum of RGB (Red+Green+Blue) = 104+188+190=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #68BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCBE is #974341. Grayscale: #A3A3A3. Windows color (decimal): -9913154 or 12500072. OLE color: 12500072.

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

Color convert

RGB104188190-
CMYK0.450.0100.25
HSL181.4º39.81%57.65%-
HSV(B)181.4º45.26%74.51%-
XYZ32.9942.6355.2-
YUV163.11143.1785.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=21.58%
G=39.00%
B=39.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041881900.450.0100.25181.439.8157.65
Hex68BCBE2D1019b5283a
Octal1502742765510312655072
Binary11010001011110010111110101101101100110110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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