Html Css Color HEX #5AADBA Fountain Blue

📋 copy color: '#5AADBA'

red 90 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #5AADBA

Tints of Fountain Blue #5AADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 20.04%
G = 38.53%
B = 41.43%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AADBA (or 0x5AADBA) is known color: Fountain Blue. HEX triplet: 5A, AD and BA. RGB value is (90,173,186). Sum of RGB (Red+Green+Blue) = 90+173+186=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADBA is #A55245. Grayscale: #959595. Windows color (decimal): -10834502 or 12234074. OLE color: 12234074.

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

Color convert

RGB 90 173 186 -
CMYK 0.52 0.07 0 0.27
HSL 188.13º 0.41% 0.54% -
HSV(B) 188.13º 0.52% 0.73% -
XYZ 28.02 35.61 51.85 -
YUV 149.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 90 173 186 0.52 0.07 0 0.27 188.13 0.41 0.54
Hex 5A AD BA 34 7 0 1B BC 29 36
Octal 132 255 272 64 7 0 33 274 51 66
Binary 1011010 10101101 10111010 110100 111 0 11011 10111100 101001 110110

Color Harmonies of #5AADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADBA

Black with #5AADBA

Text Example


Text Example

White with #5AADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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