#5DADBB

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

Shades of Fountain Blue #5DADBB

Tints of Fountain Blue #5DADBB

Color information

#5DADBB (or 0x5DADBB) is unknown color: approx Fountain Blue. HEX triplet: 5D, AD and BB. RGB value is (93,173,187). Sum of RGB (Red+Green+Blue) = 93+173+187=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #5DADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADBB is #A25244. Grayscale: #969696. Windows color (decimal): -10637893 or 12299613. OLE color: 12299613.

HSL color Cylindrical-coordinate representation of color #5DADBB: hue angle of 188.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DADBB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93173187-
CMYK0.500.0700.27
HSL188.94º40.87%54.9%-
HSV(B)188.94º50.27%73.33%-
XYZ28.4335.852.43-
YUV150.68148.586.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.53%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=20.53%
G=38.19%
B=41.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931731870.500.0700.27188.9440.8754.9
Hex5DADBB32701Bbd2937
Octal1352552736270332755167
Binary1011101101011011011101111001011101101110111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,187); }

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

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

 a { background-color: rgb(93,173,187); }

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

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

 span { border-color: rgb(93,173,187); }

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