Html Css Color HEX #5AACB9 Fountain Blue

📋 copy color: '#5AACB9'

red 90 ◦ green 172 ◦ blue 185

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

Shades of Fountain Blue #5AACB9

Tints of Fountain Blue #5AACB9

RGB

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

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

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

R = 20.13%
G = 38.48%
B = 41.39%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AACB9 (or 0x5AACB9) is known color: Fountain Blue. HEX triplet: 5A, AC and B9. RGB value is (90,172,185). Sum of RGB (Red+Green+Blue) = 90+172+185=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #5AACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACB9 is #A55346. Grayscale: #949494. Windows color (decimal): -10834759 or 12168282. OLE color: 12168282.

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

Color convert

RGB 90 172 185 -
CMYK 0.51 0.07 0 0.27
HSL 188.21º 0.4% 0.54% -
HSV(B) 188.21º 0.51% 0.73% -
XYZ 27.73 35.18 51.23 -
YUV 148.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 90 172 185 0.51 0.07 0 0.27 188.21 0.4 0.54
Hex 5A AC B9 33 7 0 1B BC 28 36
Octal 132 254 271 63 7 0 33 274 50 66
Binary 1011010 10101100 10111001 110011 111 0 11011 10111100 101000 110110

Color Harmonies of #5AACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACB9

Black with #5AACB9

Text Example


Text Example

White with #5AACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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