#5BAEBC

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

Shades of Fountain Blue #5BAEBC

Tints of Fountain Blue #5BAEBC

Color information

#5BAEBC (or 0x5BAEBC) is unknown color: approx Fountain Blue. HEX triplet: 5B, AE and BC. RGB value is (91,174,188). Sum of RGB (Red+Green+Blue) = 91+174+188=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #5BAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEBC is #A45143. Grayscale: #969696. Windows color (decimal): -10768708 or 12365403. OLE color: 12365403.

HSL color Cylindrical-coordinate representation of color #5BAEBC: hue angle of 188.66º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAEBC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB91174188-
CMYK0.520.0700.26
HSL188.66º41.99%54.71%-
HSV(B)188.66º51.6%73.73%-
XYZ28.5336.1353.05-
YUV150.7814985.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.09%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=20.09%
G=38.41%
B=41.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911741880.520.0700.26188.6641.9954.71
Hex5BAEBC34701Abd2a37
Octal1332562746470322755267
Binary1011011101011101011110011010011101101010111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,188); }

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

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

 a { background-color: rgb(91,174,188); }

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

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

 span { border-color: rgb(91,174,188); }

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