#5BAFAB

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

Shades of Fountain Blue #5BAFAB

Tints of Fountain Blue #5BAFAB

Color information

#5BAFAB (or 0x5BAFAB) is unknown color: approx Fountain Blue. HEX triplet: 5B, AF and AB. RGB value is (91,175,171). Sum of RGB (Red+Green+Blue) = 91+175+171=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFAB is #A45054. Grayscale: #959595. Windows color (decimal): -10768469 or 11251547. OLE color: 11251547.

HSL color Cylindrical-coordinate representation of color #5BAFAB: hue angle of 177.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAFAB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB91175171-
CMYK0.4800.020.31
HSL177.14º34.43%52.16%-
HSV(B)177.14º48%68.63%-
XYZ2735.8244.02-
YUV149.43140.1786.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.82%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=20.82%
G=40.05%
B=39.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911751710.4800.020.31177.1434.4352.16
Hex5BAFAB30021Fb12234
Octal1332572536002372614264
Binary101101110101111101010111100000101111110110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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