#5CAEBC

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

Shades of Fountain Blue #5CAEBC

Tints of Fountain Blue #5CAEBC

Color information

#5CAEBC (or 0x5CAEBC) is unknown color: approx Fountain Blue. HEX triplet: 5C, AE and BC. RGB value is (92,174,188). Sum of RGB (Red+Green+Blue) = 92+174+188=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAEBC is #A35143. Grayscale: #969696. Windows color (decimal): -10703172 or 12365404. OLE color: 12365404.

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

Color convert

RGB92174188-
CMYK0.510.0700.26
HSL188.75º41.74%54.9%-
HSV(B)188.75º51.06%73.73%-
XYZ28.6336.1853.05-
YUV151.08148.8385.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.26%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=20.26%
G=38.33%
B=41.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921741880.510.0700.26188.7541.7454.9
Hex5CAEBC33701Abd2a37
Octal1342562746370322755267
Binary1011100101011101011110011001111101101010111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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