#5CAFB0

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

Shades of Fountain Blue #5CAFB0

Tints of Fountain Blue #5CAFB0

Color information

#5CAFB0 (or 0x5CAFB0) is unknown color: approx Fountain Blue. HEX triplet: 5C, AF and B0. RGB value is (92,175,176). Sum of RGB (Red+Green+Blue) = 92+175+176=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #5CAFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFB0 is #A3504F. Grayscale: #969696. Windows color (decimal): -10702928 or 11579228. OLE color: 11579228.

HSL color Cylindrical-coordinate representation of color #5CAFB0: hue angle of 180.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CAFB0 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92175176-
CMYK0.480.0100.31
HSL180.71º34.71%52.55%-
HSV(B)180.71º47.73%69.02%-
XYZ27.5836.0746.58-
YUV150.3142.586.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.77%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=20.77%
G=39.50%
B=39.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751760.480.0100.31180.7134.7152.55
Hex5CAFB030101Fb52335
Octal1342572606010372654365
Binary10111001010111110110000110000101111110110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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