Html Css Color HEX #5DACBA Fountain Blue

📋 copy color: '#5DACBA'

red 93 ◦ green 172 ◦ blue 186

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

Shades of Fountain Blue #5DACBA

Tints of Fountain Blue #5DACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 20.62%
G = 38.14%
B = 41.24%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DACBA (or 0x5DACBA) is known color: Fountain Blue. HEX triplet: 5D, AC and BA. RGB value is (93,172,186). Sum of RGB (Red+Green+Blue) = 93+172+186=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACBA is #A25345. Grayscale: #959595. Windows color (decimal): -10638150 or 12233821. OLE color: 12233821.

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

Color convert

RGB 93 172 186 -
CMYK 0.5 0.08 0 0.27
HSL 189.03º 0.4% 0.55% -
HSV(B) 189.03º 0.5% 0.73% -
XYZ 28.13 35.38 51.8 -
YUV 149.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 93 172 186 0.5 0.08 0 0.27 189.03 0.4 0.55
Hex 5D AC BA 32 8 0 1B BD 28 37
Octal 135 254 272 62 10 0 33 275 50 67
Binary 1011101 10101100 10111010 110010 1000 0 11011 10111101 101000 110111

Color Harmonies of #5DACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACBA

Black with #5DACBA

Text Example


Text Example

White with #5DACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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