#5CAFAD

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

Shades of Fountain Blue #5CAFAD

Tints of Fountain Blue #5CAFAD

Color information

#5CAFAD (or 0x5CAFAD) is unknown color: approx Fountain Blue. HEX triplet: 5C, AF and AD. RGB value is (92,175,173). Sum of RGB (Red+Green+Blue) = 92+175+173=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAD is #A35052. Grayscale: #959595. Windows color (decimal): -10702931 or 11382620. OLE color: 11382620.

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

Color convert

RGB92175173-
CMYK0.4700.010.31
HSL178.55º34.16%52.35%-
HSV(B)178.55º47.43%68.63%-
XYZ27.2935.9545.04-
YUV149.9614186.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.91%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=20.91%
G=39.77%
B=39.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751730.4700.010.31178.5534.1652.35
Hex5CAFAD2F011Fb32234
Octal1342572555701372634264
Binary10111001010111110101101101111011111110110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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