#68BDBE

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

Shades of Fountain Blue #68BDBE

Tints of Fountain Blue #68BDBE

Color information

#68BDBE (or 0x68BDBE) is unknown color: approx Fountain Blue. HEX triplet: 68, BD and BE. RGB value is (104,189,190). Sum of RGB (Red+Green+Blue) = 104+189+190=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #68BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDBE is #974241. Grayscale: #A3A3A3. Windows color (decimal): -9912898 or 12500328. OLE color: 12500328.

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

Color convert

RGB104189190-
CMYK0.450.0100.25
HSL180.7º39.81%57.65%-
HSV(B)180.7º45.26%74.51%-
XYZ33.243.0655.28-
YUV163.7142.8485.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=21.53%
G=39.13%
B=39.34%

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
Decimal1041891900.450.0100.25180.739.8157.65
Hex68BDBE2D1019b5283a
Octal1502752765510312655072
Binary11010001011110110111110101101101100110110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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