Html Css Color HEX #5DAEAD Fountain Blue

📋 copy color: '#5DAEAD'

red 93 ◦ green 174 ◦ blue 173

#5DAEAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #5DAEAD

Tints of Fountain Blue #5DAEAD

RGB

 RED value IS 93 (36.72% from 255) = 21.14%

 GREEN value IS 174 (68.36% from 255) = 39.55%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 21.14%
G = 39.55%
B = 39.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5DAEAD (or 0x5DAEAD) is known color: Fountain Blue. HEX triplet: 5D, AE and AD. RGB value is (93,174,173). Sum of RGB (Red+Green+Blue) = 93+174+173=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEAD is #A25152. Grayscale: #959595. Windows color (decimal): -10637651 or 11382365. OLE color: 11382365.

HSL color Cylindrical-coordinate representation of color #5DAEAD: hue angle of 179.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAEAD is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 174 173 -
CMYK 0.47 0 0.01 0.32
HSL 179.26º 0.33% 0.52% -
HSV(B) 179.26º 0.47% 0.68% -
XYZ 27.19 35.62 44.98 -
YUV 149.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 93 174 173 0.47 0 0.01 0.32 179.26 0.33 0.52
Hex 5D AE AD 2F 0 1 20 B3 21 34
Octal 135 256 255 57 0 1 40 263 41 64
Binary 1011101 10101110 10101101 101111 0 1 100000 10110011 100001 110100

Color Harmonies of #5DAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEAD

Black with #5DAEAD

Text Example


Text Example

White with #5DAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DAEAD;
 }
 .AnyTagClassName
 {
   color: #5DAEAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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