#5CAFAA

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

Shades of Fountain Blue #5CAFAA

Tints of Fountain Blue #5CAFAA

Color information

#5CAFAA (or 0x5CAFAA) is unknown color: approx Fountain Blue. HEX triplet: 5C, AF and AA. RGB value is (92,175,170). Sum of RGB (Red+Green+Blue) = 92+175+170=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAA is #A35055. Grayscale: #959595. Windows color (decimal): -10702934 or 11186012. OLE color: 11186012.

HSL color Cylindrical-coordinate representation of color #5CAFAA: hue angle of 176.39º 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 #5CAFAA is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB92175170-
CMYK0.4700.030.31
HSL176.39º34.16%52.35%-
HSV(B)176.39º47.43%68.63%-
XYZ2735.8443.52-
YUV149.61139.586.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.05%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=21.05%
G=40.05%
B=38.90%

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
Decimal921751700.4700.030.31176.3934.1652.35
Hex5CAFAA2F031Fb02234
Octal1342572525703372604264
Binary101110010101111101010101011110111111110110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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