Html Css Color HEX #5DACBF Fountain Blue

📋 copy color: '#5DACBF'

red 93 ◦ green 172 ◦ blue 191

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

Shades of Fountain Blue #5DACBF

Tints of Fountain Blue #5DACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 20.39%
G = 37.72%
B = 41.89%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DACBF (or 0x5DACBF) is known color: Fountain Blue. HEX triplet: 5D, AC and BF. RGB value is (93,172,191). Sum of RGB (Red+Green+Blue) = 93+172+191=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACBF is #A25340. Grayscale: #969696. Windows color (decimal): -10638145 or 12561501. OLE color: 12561501.

HSL color Cylindrical-coordinate representation of color #5DACBF: hue angle of 191.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DACBF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 172 191 -
CMYK 0.51 0.10 0 0.25
HSL 191.63º 0.43% 0.56% -
HSV(B) 191.63º 0.51% 0.75% -
XYZ 28.67 35.59 54.65 -
YUV 150.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 93 172 191 0.51 0.10 0 0.25 191.63 0.43 0.56
Hex 5D AC BF 33 A 0 19 C0 2B 38
Octal 135 254 277 63 12 0 31 300 53 70
Binary 1011101 10101100 10111111 110011 1010 0 11001 11000000 101011 111000

Color Harmonies of #5DACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACBF

Black with #5DACBF

Text Example


Text Example

White with #5DACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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