Html Css Color HEX #5AABBA Fountain Blue

📋 copy color: '#5AABBA'

red 90 ◦ green 171 ◦ blue 186

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

Shades of Fountain Blue #5AABBA

Tints of Fountain Blue #5AABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 20.13%
G = 38.26%
B = 41.61%

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

#5AABBA (or 0x5AABBA) is known color: Fountain Blue. HEX triplet: 5A, AB and BA. RGB value is (90,171,186). Sum of RGB (Red+Green+Blue) = 90+171+186=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AABBA is #A55445. Grayscale: #949494. Windows color (decimal): -10835014 or 12233562. OLE color: 12233562.

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

Color convert

RGB 90 171 186 -
CMYK 0.52 0.08 0 0.27
HSL 189.38º 0.41% 0.54% -
HSV(B) 189.38º 0.52% 0.73% -
XYZ 27.64 34.84 51.72 -
YUV 148.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 90 171 186 0.52 0.08 0 0.27 189.38 0.41 0.54
Hex 5A AB BA 34 8 0 1B BD 29 36
Octal 132 253 272 64 10 0 33 275 51 66
Binary 1011010 10101011 10111010 110100 1000 0 11011 10111101 101001 110110

Color Harmonies of #5AABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AABBA

Black with #5AABBA

Text Example


Text Example

White with #5AABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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