#6EBDBA

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

Shades of Fountain Blue #6EBDBA

Tints of Fountain Blue #6EBDBA

Color information

#6EBDBA (or 0x6EBDBA) is unknown color: approx Fountain Blue. HEX triplet: 6E, BD and BA. RGB value is (110,189,186). Sum of RGB (Red+Green+Blue) = 110+189+186=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDBA is #914245. Grayscale: #A4A4A4. Windows color (decimal): -9519686 or 12238190. OLE color: 12238190.

HSL color Cylindrical-coordinate representation of color #6EBDBA: hue angle of 177.72º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDBA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB110189186-
CMYK0.4200.020.26
HSL177.72º37.44%58.63%-
HSV(B)177.72º41.8%74.12%-
XYZ33.4943.2653.04-
YUV165.04139.8388.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=22.68%
G=38.97%
B=38.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891860.4200.020.26177.7237.4458.63
Hex6EBDBA2A021Ab2253b
Octal1562752725202322624573
Binary110111010111101101110101010100101101010110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBDBA; }

 p { color: rgb(110,189,186); }

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

<style>
 a { background-color: #6EBDBA; }

 a { background-color: rgb(110,189,186); }

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

<style>
 span { border-color: #6EBDBA; }

 span { border-color: rgb(110,189,186); }

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