Html Css Color HEX #5AADB9 Fountain Blue

📋 copy color: '#5AADB9'

red 90 ◦ green 173 ◦ blue 185

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

Shades of Fountain Blue #5AADB9

Tints of Fountain Blue #5AADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 20.09%
G = 38.62%
B = 41.29%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AADB9 (or 0x5AADB9) is known color: Fountain Blue. HEX triplet: 5A, AD and B9. RGB value is (90,173,185). Sum of RGB (Red+Green+Blue) = 90+173+185=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #5AADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADB9 is #A55246. Grayscale: #959595. Windows color (decimal): -10834503 or 12168538. OLE color: 12168538.

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

Color convert

RGB 90 173 185 -
CMYK 0.51 0.06 0 0.27
HSL 187.58º 0.4% 0.54% -
HSV(B) 187.58º 0.51% 0.73% -
XYZ 27.92 35.56 51.29 -
YUV 149.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 90 173 185 0.51 0.06 0 0.27 187.58 0.4 0.54
Hex 5A AD B9 33 6 0 1B BC 28 36
Octal 132 255 271 63 6 0 33 274 50 66
Binary 1011010 10101101 10111001 110011 110 0 11011 10111100 101000 110110

Color Harmonies of #5AADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADB9

Black with #5AADB9

Text Example


Text Example

White with #5AADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,173,185); }

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

background-color css

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

 a { background-color: rgb(90,173,185); }

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

border-color css

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

 span { border-color: rgb(90,173,185); }

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