#5CAFA9

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

Shades of Fountain Blue #5CAFA9

Tints of Fountain Blue #5CAFA9

Color information

#5CAFA9 (or 0x5CAFA9) is unknown color: approx Fountain Blue. HEX triplet: 5C, AF and A9. RGB value is (92,175,169). Sum of RGB (Red+Green+Blue) = 92+175+169=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFA9 is #A35056. Grayscale: #959595. Windows color (decimal): -10702935 or 11120476. OLE color: 11120476.

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

Color convert

RGB92175169-
CMYK0.4700.030.31
HSL175.66º34.16%52.35%-
HSV(B)175.66º47.43%68.63%-
XYZ26.9135.843.03-
YUV149.513986.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.10%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=21.10%
G=40.14%
B=38.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751690.4700.030.31175.6634.1652.35
Hex5CAFA92F031Fb02234
Octal1342572515703372604264
Binary101110010101111101010011011110111111110110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,169); }

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

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

 a { background-color: rgb(92,175,169); }

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

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

 span { border-color: rgb(92,175,169); }

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