Html Css Color HEX #5AACBA Fountain Blue

📋 copy color: '#5AACBA'

red 90 ◦ green 172 ◦ blue 186

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

Shades of Fountain Blue #5AACBA

Tints of Fountain Blue #5AACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

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

R = 20.09%
G = 38.39%
B = 41.52%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AACBA (or 0x5AACBA) is known color: Fountain Blue. HEX triplet: 5A, AC and BA. RGB value is (90,172,186). Sum of RGB (Red+Green+Blue) = 90+172+186=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACBA is #A55345. Grayscale: #949494. Windows color (decimal): -10834758 or 12233818. OLE color: 12233818.

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

Color convert

RGB 90 172 186 -
CMYK 0.52 0.08 0 0.27
HSL 188.75º 0.41% 0.54% -
HSV(B) 188.75º 0.52% 0.73% -
XYZ 27.83 35.22 51.79 -
YUV 149.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 90 172 186 0.52 0.08 0 0.27 188.75 0.41 0.54
Hex 5A AC BA 34 8 0 1B BD 29 36
Octal 132 254 272 64 10 0 33 275 51 66
Binary 1011010 10101100 10111010 110100 1000 0 11011 10111101 101001 110110

Color Harmonies of #5AACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACBA

Black with #5AACBA

Text Example


Text Example

White with #5AACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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