#5BABBA

Color #5BABBA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5BABBA

Tints of Fountain Blue #5BABBA

Color information

#5BABBA (or 0x5BABBA) is unknown color: approx Fountain Blue. HEX triplet: 5B, AB and BA. RGB value is (91,171,186). Sum of RGB (Red+Green+Blue) = 91+171+186=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 171 (67.19% from 255 or 38.17% 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 #5BABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABBA is #A45445. Grayscale: #949494. Windows color (decimal): -10769478 or 12233563. OLE color: 12233563.

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

Color convert

RGB91171186-
CMYK0.510.0800.27
HSL189.47º40.77%54.31%-
HSV(B)189.47º51.08%72.94%-
XYZ27.7434.951.73-
YUV148.7914986.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.31%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=20.31%
G=38.17%
B=41.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911711860.510.0800.27189.4740.7754.31
Hex5BABBA33801Bbd2936
Octal13325327263100332755166
Binary10110111010101110111010110011100001101110111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BABBA;
 }
 .AnyTagClassName
 {
   color: #5BABBA;
 }
</style>
background-color css

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

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

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

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

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

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