Html Css Color HEX #5DACB9 Fountain Blue

📋 copy color: '#5DACB9'

red 93 ◦ green 172 ◦ blue 185

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

Shades of Fountain Blue #5DACB9

Tints of Fountain Blue #5DACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.22%

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 20.67%
G = 38.22%
B = 41.11%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DACB9 (or 0x5DACB9) is known color: Fountain Blue. HEX triplet: 5D, AC and B9. RGB value is (93,172,185). Sum of RGB (Red+Green+Blue) = 93+172+185=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACB9 is #A25346. Grayscale: #959595. Windows color (decimal): -10638151 or 12168285. OLE color: 12168285.

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

Color convert

RGB 93 172 185 -
CMYK 0.50 0.07 0 0.27
HSL 188.48º 0.4% 0.55% -
HSV(B) 188.48º 0.5% 0.73% -
XYZ 28.02 35.33 51.24 -
YUV 149.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 93 172 185 0.50 0.07 0 0.27 188.48 0.4 0.55
Hex 5D AC B9 32 7 0 1B BC 28 37
Octal 135 254 271 62 7 0 33 274 50 67
Binary 1011101 10101100 10111001 110010 111 0 11011 10111100 101000 110111

Color Harmonies of #5DACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACB9

Black with #5DACB9

Text Example


Text Example

White with #5DACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,172,185); }

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

background-color css

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

 a { background-color: rgb(93,172,185); }

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

border-color css

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

 span { border-color: rgb(93,172,185); }

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