#5CADBE

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

Shades of Fountain Blue #5CADBE

Tints of Fountain Blue #5CADBE

Color information

#5CADBE (or 0x5CADBE) is unknown color: approx Fountain Blue. HEX triplet: 5C, AD and BE. RGB value is (92,173,190). Sum of RGB (Red+Green+Blue) = 92+173+190=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADBE is #A35241. Grayscale: #969696. Windows color (decimal): -10703426 or 12496220. OLE color: 12496220.

HSL color Cylindrical-coordinate representation of color #5CADBE: hue angle of 190.41º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CADBE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92173190-
CMYK0.520.0900.25
HSL190.41º42.98%55.29%-
HSV(B)190.41º51.58%74.51%-
XYZ28.6535.8854.13-
YUV150.72150.1686.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.22%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=20.22%
G=38.02%
B=41.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921731900.520.0900.25190.4142.9855.29
Hex5CADBE349019be2b37
Octal13425527664110312765367
Binary10111001010110110111110110100100101100110111110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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