Html Css Color HEX #5AAEB8 Fountain Blue

📋 copy color: '#5AAEB8'

red 90 ◦ green 174 ◦ blue 184

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

Shades of Fountain Blue #5AAEB8

Tints of Fountain Blue #5AAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 20.09%
G = 38.84%
B = 41.07%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5AAEB8 (or 0x5AAEB8) is known color: Fountain Blue. HEX triplet: 5A, AE and B8. RGB value is (90,174,184). Sum of RGB (Red+Green+Blue) = 90+174+184=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #5AAEB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEB8 is #A55147. Grayscale: #959595. Windows color (decimal): -10834248 or 12103258. OLE color: 12103258.

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

Color convert

RGB 90 174 184 -
CMYK 0.51 0.05 0 0.28
HSL 186.38º 0.4% 0.54% -
HSV(B) 186.38º 0.51% 0.72% -
XYZ 28 35.91 50.8 -
YUV 150.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 90 174 184 0.51 0.05 0 0.28 186.38 0.4 0.54
Hex 5A AE B8 33 5 0 1C BA 28 36
Octal 132 256 270 63 5 0 34 272 50 66
Binary 1011010 10101110 10111000 110011 101 0 11100 10111010 101000 110110

Color Harmonies of #5AAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAEB8

Black with #5AAEB8

Text Example


Text Example

White with #5AAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,184); }

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

background-color css

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

 a { background-color: rgb(90,174,184); }

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

border-color css

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

 span { border-color: rgb(90,174,184); }

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