Html Css Color HEX #5DACBB Fountain Blue

📋 copy color: '#5DACBB'

red 93 ◦ green 172 ◦ blue 187

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

Shades of Fountain Blue #5DACBB

Tints of Fountain Blue #5DACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 20.58%
G = 38.05%
B = 41.37%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DACBB (or 0x5DACBB) is known color: Fountain Blue. HEX triplet: 5D, AC and BB. RGB value is (93,172,187). Sum of RGB (Red+Green+Blue) = 93+172+187=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #5DACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACBB is #A25344. Grayscale: #959595. Windows color (decimal): -10638149 or 12299357. OLE color: 12299357.

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

Color convert

RGB 93 172 187 -
CMYK 0.50 0.08 0 0.27
HSL 189.57º 0.41% 0.55% -
HSV(B) 189.57º 0.5% 0.73% -
XYZ 28.24 35.42 52.36 -
YUV 150.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 93 172 187 0.50 0.08 0 0.27 189.57 0.41 0.55
Hex 5D AC BB 32 8 0 1B BE 29 37
Octal 135 254 273 62 10 0 33 276 51 67
Binary 1011101 10101100 10111011 110010 1000 0 11011 10111110 101001 110111

Color Harmonies of #5DACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACBB

Black with #5DACBB

Text Example


Text Example

White with #5DACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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