#5DB3BE

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

Shades of Fountain Blue #5DB3BE

Tints of Fountain Blue #5DB3BE

Color information

#5DB3BE (or 0x5DB3BE) is unknown color: approx Fountain Blue. HEX triplet: 5D, B3 and BE. RGB value is (93,179,190). Sum of RGB (Red+Green+Blue) = 93+179+190=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3BE is #A24C41. Grayscale: #9A9A9A. Windows color (decimal): -10636354 or 12497757. OLE color: 12497757.

HSL color Cylindrical-coordinate representation of color #5DB3BE: hue angle of 186.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DB3BE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93179190-
CMYK0.510.0600.25
HSL186.8º42.73%55.49%-
HSV(B)186.8º51.05%74.51%-
XYZ29.9338.2954.53-
YUV154.54148.0184.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.13%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=20.13%
G=38.74%
B=41.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931791900.510.0600.25186.842.7355.49
Hex5DB3BE336019bb2b37
Octal1352632766360312735367
Binary1011101101100111011111011001111001100110111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DB3BE; }

 p { color: rgb(93,179,190); }

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

<style>
 a { background-color: #5DB3BE; }

 a { background-color: rgb(93,179,190); }

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

<style>
 span { border-color: #5DB3BE; }

 span { border-color: rgb(93,179,190); }

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