#5DAEBB

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

Shades of Fountain Blue #5DAEBB

Tints of Fountain Blue #5DAEBB

Color information

#5DAEBB (or 0x5DAEBB) is unknown color: approx Fountain Blue. HEX triplet: 5D, AE and BB. RGB value is (93,174,187). Sum of RGB (Red+Green+Blue) = 93+174+187=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #5DAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEBB is #A25144. Grayscale: #979797. Windows color (decimal): -10637637 or 12299869. OLE color: 12299869.

HSL color Cylindrical-coordinate representation of color #5DAEBB: hue angle of 188.3º 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 #5DAEBB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93174187-
CMYK0.500.0700.27
HSL188.3º40.87%54.9%-
HSV(B)188.3º50.27%73.33%-
XYZ28.6236.1952.49-
YUV151.26148.1686.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.48%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=20.48%
G=38.33%
B=41.19%

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
Decimal931741870.500.0700.27188.340.8754.9
Hex5DAEBB32701Bbc2937
Octal1352562736270332745167
Binary1011101101011101011101111001011101101110111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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