#5CAABB

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

Shades of Fountain Blue #5CAABB

Tints of Fountain Blue #5CAABB

Color information

#5CAABB (or 0x5CAABB) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and BB. RGB value is (92,170,187). Sum of RGB (Red+Green+Blue) = 92+170+187=449 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.49% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #5CAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAABB is #A35544. Grayscale: #949494. Windows color (decimal): -10704197 or 12298844. OLE color: 12298844.

HSL color Cylindrical-coordinate representation of color #5CAABB: hue angle of 190.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CAABB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92170187-
CMYK0.510.0900.27
HSL190.74º41.13%54.71%-
HSV(B)190.74º50.8%73.33%-
XYZ27.7634.6152.23-
YUV148.62149.6687.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.49%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=20.49%
G=37.86%
B=41.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921701870.510.0900.27190.7441.1354.71
Hex5CAABB33901Bbf2937
Octal13425227363110332775167
Binary10111001010101010111011110011100101101110111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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