Html Css Color HEX #5AB1BD Fountain Blue

📋 copy color: '#5AB1BD'

red 90 ◦ green 177 ◦ blue 189

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

Shades of Fountain Blue #5AB1BD

Tints of Fountain Blue #5AB1BD

RGB

 RED value IS 90 (35.55% from 255) = 19.74%

 GREEN value IS 177 (69.53% from 255) = 38.82%

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

R = 19.74%
G = 38.82%
B = 41.45%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5AB1BD (or 0x5AB1BD) is known color: Fountain Blue. HEX triplet: 5A, B1 and BD. RGB value is (90,177,189). Sum of RGB (Red+Green+Blue) = 90+177+189=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1BD is #A54E42. Grayscale: #989898. Windows color (decimal): -10833475 or 12431706. OLE color: 12431706.

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

Color convert

RGB 90 177 189 -
CMYK 0.52 0.06 0 0.26
HSL 187.27º 0.43% 0.55% -
HSV(B) 187.27º 0.52% 0.74% -
XYZ 29.12 37.29 53.81 -
YUV 152.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 90 177 189 0.52 0.06 0 0.26 187.27 0.43 0.55
Hex 5A B1 BD 34 6 0 1A BB 2B 37
Octal 132 261 275 64 6 0 32 273 53 67
Binary 1011010 10110001 10111101 110100 110 0 11010 10111011 101011 110111

Color Harmonies of #5AB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB1BD

Black with #5AB1BD

Text Example


Text Example

White with #5AB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,177,189); }

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

background-color css

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

 a { background-color: rgb(90,177,189); }

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

border-color css

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

 span { border-color: rgb(90,177,189); }

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