Html Css Color HEX #5DACBD Fountain Blue

📋 copy color: '#5DACBD'

red 93 ◦ green 172 ◦ blue 189

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

Shades of Fountain Blue #5DACBD

Tints of Fountain Blue #5DACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 20.48%
G = 37.89%
B = 41.63%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5DACBD (or 0x5DACBD) is known color: Fountain Blue. HEX triplet: 5D, AC and BD. RGB value is (93,172,189). Sum of RGB (Red+Green+Blue) = 93+172+189=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #5DACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACBD is #A25342. Grayscale: #969696. Windows color (decimal): -10638147 or 12430429. OLE color: 12430429.

HSL color Cylindrical-coordinate representation of color #5DACBD: hue angle of 190.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DACBD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 172 189 -
CMYK 0.51 0.09 0 0.26
HSL 190.63º 0.42% 0.55% -
HSV(B) 190.63º 0.51% 0.74% -
XYZ 28.45 35.51 53.5 -
YUV 150.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 93 172 189 0.51 0.09 0 0.26 190.63 0.42 0.55
Hex 5D AC BD 33 9 0 1A BF 2A 37
Octal 135 254 275 63 11 0 32 277 52 67
Binary 1011101 10101100 10111101 110011 1001 0 11010 10111111 101010 110111

Color Harmonies of #5DACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACBD

Black with #5DACBD

Text Example


Text Example

White with #5DACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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