#5CAABC

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

Shades of Fountain Blue #5CAABC

Tints of Fountain Blue #5CAABC

Color information

#5CAABC (or 0x5CAABC) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and BC. RGB value is (92,170,188). Sum of RGB (Red+Green+Blue) = 92+170+188=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAABC is #A35543. Grayscale: #949494. Windows color (decimal): -10704196 or 12364380. OLE color: 12364380.

HSL color Cylindrical-coordinate representation of color #5CAABC: hue angle of 191.25º 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 #5CAABC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB92170188-
CMYK0.510.1000.26
HSL191.25º41.74%54.9%-
HSV(B)191.25º51.06%73.73%-
XYZ27.8734.6652.8-
YUV148.73150.1687.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.44%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=20.44%
G=37.78%
B=41.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921701880.510.1000.26191.2541.7454.9
Hex5CAABC33A01Abf2a37
Octal13425227463120322775267
Binary10111001010101010111100110011101001101010111111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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