#5DADBE

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

Shades of Fountain Blue #5DADBE

Tints of Fountain Blue #5DADBE

Color information

#5DADBE (or 0x5DADBE) is unknown color: approx Fountain Blue. HEX triplet: 5D, AD and BE. RGB value is (93,173,190). Sum of RGB (Red+Green+Blue) = 93+173+190=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADBE is #A25241. Grayscale: #969696. Windows color (decimal): -10637890 or 12496221. OLE color: 12496221.

HSL color Cylindrical-coordinate representation of color #5DADBE: hue angle of 190.52º 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 #5DADBE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93173190-
CMYK0.510.0900.25
HSL190.52º42.73%55.49%-
HSV(B)190.52º51.05%74.51%-
XYZ28.7535.9354.14-
YUV151.0215086.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.39%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=20.39%
G=37.94%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931731900.510.0900.25190.5242.7355.49
Hex5DADBE339019bf2b37
Octal13525527663110312775367
Binary10111011010110110111110110011100101100110111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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