Html Css Color HEX #5AB0BB Fountain Blue

📋 copy color: '#5AB0BB'

red 90 ◦ green 176 ◦ blue 187

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

Shades of Fountain Blue #5AB0BB

Tints of Fountain Blue #5AB0BB

RGB

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

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

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

R = 19.87%
G = 38.85%
B = 41.28%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AB0BB (or 0x5AB0BB) is known color: Fountain Blue. HEX triplet: 5A, B0 and BB. RGB value is (90,176,187). Sum of RGB (Red+Green+Blue) = 90+176+187=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #5AB0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0BB is #A54F44. Grayscale: #979797. Windows color (decimal): -10833733 or 12300378. OLE color: 12300378.

HSL color Cylindrical-coordinate representation of color #5AB0BB: hue angle of 186.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB0BB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 176 187 -
CMYK 0.52 0.06 0 0.27
HSL 186.8º 0.42% 0.54% -
HSV(B) 186.8º 0.52% 0.73% -
XYZ 28.71 36.81 52.61 -
YUV 151.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 90 176 187 0.52 0.06 0 0.27 186.8 0.42 0.54
Hex 5A B0 BB 34 6 0 1B BB 2A 36
Octal 132 260 273 64 6 0 33 273 52 66
Binary 1011010 10110000 10111011 110100 110 0 11011 10111011 101010 110110

Color Harmonies of #5AB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0BB

Black with #5AB0BB

Text Example


Text Example

White with #5AB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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