Html Css Color HEX #5AB0BD Fountain Blue

📋 copy color: '#5AB0BD'

red 90 ◦ green 176 ◦ blue 189

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

Shades of Fountain Blue #5AB0BD

Tints of Fountain Blue #5AB0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

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

R = 19.78%
G = 38.68%
B = 41.54%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5AB0BD (or 0x5AB0BD) is known color: Fountain Blue. HEX triplet: 5A, B0 and BD. RGB value is (90,176,189). Sum of RGB (Red+Green+Blue) = 90+176+189=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0BD is #A54F42. Grayscale: #979797. Windows color (decimal): -10833731 or 12431450. OLE color: 12431450.

HSL color Cylindrical-coordinate representation of color #5AB0BD: hue angle of 187.88º 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 #5AB0BD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 176 189 -
CMYK 0.52 0.07 0 0.26
HSL 187.88º 0.43% 0.55% -
HSV(B) 187.88º 0.52% 0.74% -
XYZ 28.93 36.9 53.74 -
YUV 151.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 90 176 189 0.52 0.07 0 0.26 187.88 0.43 0.55
Hex 5A B0 BD 34 7 0 1A BC 2B 37
Octal 132 260 275 64 7 0 32 274 53 67
Binary 1011010 10110000 10111101 110100 111 0 11010 10111100 101011 110111

Color Harmonies of #5AB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0BD

Black with #5AB0BD

Text Example


Text Example

White with #5AB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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