#5DB7B2

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

Shades of Fountain Blue #5DB7B2

Tints of Fountain Blue #5DB7B2

Color information

#5DB7B2 (or 0x5DB7B2) is unknown color: approx Fountain Blue. HEX triplet: 5D, B7 and B2. RGB value is (93,183,178). Sum of RGB (Red+Green+Blue) = 93+183+178=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB7B2 is #A2484D. Grayscale: #9B9B9B. Windows color (decimal): -10635342 or 11712349. OLE color: 11712349.

HSL color Cylindrical-coordinate representation of color #5DB7B2: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB7B2 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB93183178-
CMYK0.4900.030.28
HSL176.67º38.46%54.12%-
HSV(B)176.67º49.18%71.76%-
XYZ29.4839.4148.17-
YUV155.52140.6883.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.48%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=20.48%
G=40.31%
B=39.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal931831780.4900.030.28176.6738.4654.12
Hex5DB7B231031Cb12636
Octal1352672626103342614666
Binary101110110110111101100101100010111110010110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,183,178); }

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

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

 a { background-color: rgb(93,183,178); }

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

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

 span { border-color: rgb(93,183,178); }

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